[llvm] [GVN] Add MemorySSA checks in tests 1/N (PR #130261)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 04:02:44 PDT 2025


================
@@ -8,6 +9,8 @@ define void @assume_true() {
 ; CHECK-LABEL: @assume_true(
 ; CHECK-NEXT:    ret void
 ;
+; CHECK-MSSA-LABEL: @assume_true(
+; CHECK-MSSA-NEXT:    ret void
----------------
nikic wrote:

You have to manually drop the old CHECK-MSSA lines (UTC only handles the ones in check-prefixes).

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


More information about the llvm-commits mailing list