[llvm] [VP] Refactor VectorBuilder to avoid layering violation. NFC (PR #99276)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 23:14:14 PDT 2024
================
@@ -599,6 +599,19 @@ Intrinsic::ID VPIntrinsic::getForOpcode(unsigned IROPC) {
return Intrinsic::not_intrinsic;
}
+Intrinsic::ID VPIntrinsic::getForIntrinsic(Intrinsic::ID Id) {
----------------
Mel-Chen wrote:
741d6c0eba6b8fa6e2b0e75dd6ec332836dfc8f6
https://github.com/llvm/llvm-project/pull/99276
More information about the llvm-commits
mailing list