[llvm-branch-commits] [llvm] [GVN] Simple GVN-based hoisting of scalars: precommit tests (NFC) (PR #210336)

Antonio Frighetto via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 17 09:49:09 PDT 2026


================
@@ -0,0 +1,382 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt --passes=gvn -S %s | FileCheck %s
+; RUN: opt --passes="gvn<memoryssa>" -S %s | FileCheck %s
+
+target triple = "aarch64-unknown-linux"
----------------
antoniofrighetto wrote:

Is the triple needed?

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


More information about the llvm-branch-commits mailing list