[llvm] [Intrinsics][AArch64] Add intrinsic to mask off aliasing vector lanes (PR #117007)
Gaƫtan Bossu via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 03:52:56 PDT 2025
================
@@ -1558,6 +1558,12 @@ enum NodeType {
// bits conform to getBooleanContents similar to the SETCC operator.
GET_ACTIVE_LANE_MASK,
+ // The `llvm.experimental.loop.dependence.{war, raw}.mask` intrinsics
----------------
gbossu wrote:
Nit: Comment is out of date, `experimental` seems to be gone.
https://github.com/llvm/llvm-project/pull/117007
More information about the llvm-commits
mailing list