[llvm-branch-commits] SROA: Recognize llvm.protected.field.ptr intrinsics. (PR #151650)
Nikita Popov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 1 00:53:33 PDT 2025
================
@@ -0,0 +1,41 @@
+; RUN: opt -passes=sroa -S < %s | FileCheck %s
+
+target triple = "aarch64-unknown-linux-gnu"
----------------
nikic wrote:
Is this triple necessary? If not, drop it, otherwise add REQUIRES.
https://github.com/llvm/llvm-project/pull/151650
More information about the llvm-branch-commits
mailing list