Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

ShuffleVector is a powerful operation in LLVM IR. This is a project of optimizing shufflevector by replacing it with some faster operations.

Notifications You must be signed in to change notification settings

laishzh/LLVM_ShuffleVector_Optimizer

Repository files navigation

LLVM_ShuffleVector_Optimizer

ShuffleVector is a powerful operation in LLVM IR. This is a project of optimizing shufflevector by replacing it with some faster operations.

This Project follows the Prof. Cameron's [guideline][Parabix ShuffleVector]. [Parabix ShuffleVector]: http://parabix.costar.sfu.ca/wiki/ShuffleVector "ShuffleVector Project"

About

ShuffleVector is a powerful operation in LLVM IR. This is a project of optimizing shufflevector by replacing it with some faster operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published