[llvm] [UTC] Support to test annotated IR (PR #165419)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 09:18:05 PDT 2025
================
@@ -13,34 +13,41 @@ define i32 @main() {
; CHECK-LABEL: @main(
; CHECK-NEXT: store i32 6, ptr @e, align 4
; CHECK-NEXT: br label [[TMP1:%.*]]
-; CHECK: [[TMP2:%.*]] = load i32, ptr @d, align 4
+; CHECK: 1:
----------------
nikic wrote:
Blocks are only variables in newer UTC versions.
https://github.com/llvm/llvm-project/pull/165419
More information about the llvm-commits
mailing list