[llvm] [VectorCombine] Add foldShuffleOfIntrinsics. (PR #106502)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 08:52:52 PDT 2024


davemgreen wrote:

Could you use isTriviallyVectorizable to detect the instrinsic, with the related isVectorIntrinsicWithScalarOpAtArg/isVectorIntrinsicWithOverloadTypeAtArg routines to rule out the more difficult cases?

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


More information about the llvm-commits mailing list