[llvm] [AArch64] Add MATCH loops to LoopIdiomVectorizePass (PR #101976)

Ricardo Jesus via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 08:26:13 PST 2024


================
@@ -914,6 +914,23 @@ AArch64TTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
     }
     break;
   }
+  case Intrinsic::experimental_vector_match: {
----------------
rj-jesus wrote:

Thanks, I've done so in #118512. Please let me know if you have any other comments!

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


More information about the llvm-commits mailing list