[llvm] [NFC][Scalarizer][TargetTransformInfo] Add `isVectorIntrinsicWithOverloadTypeAtArg` api (PR #114849)
Chris B via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 06:57:05 PST 2024
https://github.com/llvm-beanz commented:
This feels like a partial change which leaves us in an odd state.
Instead of cleaning up all the uses of the VectorUtils `isVectorIntrinsicWithOverloadTypeAtArg`, you only updated the uses in the Scalarizer, which in turn makes the Scalarizer's implementation a bit odd.
https://github.com/llvm/llvm-project/pull/114849
More information about the llvm-commits
mailing list