[llvm] Add ShuffleVectorInst. (PR #104891)

Jorge Gorbe Moya via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 18:53:43 PDT 2024


slackito wrote:

Apologies for the large PR. `ShuffleVectorInst` has a ton of methods and, given that the changes are mostly mechanical because they're just wrappers of the underlying LLVM class, I decided to put them all into a self-contained PR instead of finding some artificial splitting point.

https://github.com/llvm/llvm-project/pull/104891


More information about the llvm-commits mailing list