================ @@ -0,0 +1,33 @@ +; RUN: opt -O2 -S < %s | FileCheck %s + +; Test that no optimization run at -O2 moves the loads into the exit block, +; as this causes unnecessary address escapes with pointer field protection. + +target triple = "aarch64-unknown-linux-gnu" ---------------- nikic wrote:
Needs to either drop the triple (more likely) or add REQUIRES. https://github.com/llvm/llvm-project/pull/151649 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits