[llvm] Test for future commit in NewGVN (PR #66313)
Konstantina Mitropoulou via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 15:18:09 PDT 2023
================
@@ -0,0 +1,62 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt -passes=newgvn -S < %s | FileCheck %s
+
+ at c = global i32 0, align 4
+
+; Function Attrs: nounwind optsize uwtable
+define dso_local i32 @main(i1 %cond, i32 %0, i32 %1) {
----------------
kmitropoulou wrote:
I am sorry I missed this comment. I created a new pr: https://github.com/llvm/llvm-project/pull/66711
https://github.com/llvm/llvm-project/pull/66313
More information about the llvm-commits
mailing list