[llvm] [Intrinsics][AArch64] Add intrinsic to mask off aliasing vector lanes (PR #117007)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 07:29:01 PDT 2025
================
@@ -2095,6 +2106,10 @@ bool DAGTypeLegalizer::PromoteIntegerOperand(SDNode *N, unsigned OpNo) {
case ISD::PARTIAL_REDUCE_SMLA:
Res = PromoteIntOp_PARTIAL_REDUCE_MLA(N);
break;
+ case ISD::LOOP_DEPENDENCE_RAW_MASK:
+ case ISD::LOOP_DEPENDENCE_WAR_MASK:
+ Res = PromoteIntOp_LOOP_DEPENDENCE_MASK(N, OpNo);
----------------
SamTebbs33 wrote:
Done. I believe this is left over from when the pointers were i64s instead.
https://github.com/llvm/llvm-project/pull/117007
More information about the llvm-commits
mailing list