[llvm] [Intrinsics][AArch64] Add intrinsic to mask off aliasing vector lanes (PR #117007)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 26 10:33:21 PST 2025


================
@@ -55,6 +55,9 @@ void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) {
     N->dump(&DAG); dbgs() << "\n";
 #endif
     report_fatal_error("Do not know how to promote this operator!");
+  case ISD::EXPERIMENTAL_ALIAS_LANE_MASK:
----------------
davemgreen wrote:

Perhaps move this down to maybe the end, maybe near the other vector operations?

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


More information about the llvm-commits mailing list