[llvm] [IR] Add llvm.masked.speculative.load intrinsic (PR #156470)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 05:39:51 PDT 2025


================
@@ -0,0 +1,191 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64-linux-gnu < %s | FileCheck %s
+
+define { <4 x i32>, <4 x i1> } @speculative_load_v4i32_neon(ptr %p, <4 x i1> %mask) {
----------------
huntergr-arm wrote:

Done. I've only included fixed vector tests for now as we won't scalarize scalable vectors.

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


More information about the llvm-commits mailing list