[llvm] c85fc93 - [InstCombine] Fixup check lines in test (NFC)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 08:08:56 PST 2023
Author: Nikita Popov
Date: 2023-01-20T17:08:48+01:00
New Revision: c85fc93478e72fa2e372ba2ae98e61feb5901ac5
URL: https://github.com/llvm/llvm-project/commit/c85fc93478e72fa2e372ba2ae98e61feb5901ac5
DIFF: https://github.com/llvm/llvm-project/commit/c85fc93478e72fa2e372ba2ae98e61feb5901ac5.diff
LOG: [InstCombine] Fixup check lines in test (NFC)
These were broken by dfb0581bfa7b5fb9061876bd1b9af814408aaf95.
Added:
Modified:
llvm/test/Transforms/InstCombine/loadstore-metadata.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/loadstore-metadata.ll b/llvm/test/Transforms/InstCombine/loadstore-metadata.ll
index d460c0e29867..e7ad7600a3f5 100644
--- a/llvm/test/Transforms/InstCombine/loadstore-metadata.ll
+++ b/llvm/test/Transforms/InstCombine/loadstore-metadata.ll
@@ -151,7 +151,7 @@ exit:
define void @test_load_cast_combine_nonnull(ptr %ptr) {
; CHECK-LABEL: @test_load_cast_combine_nonnull(
; CHECK-NEXT: entry:
-; CHECK-NEXT: [[P:%.*]] = load ptr, ptr [[PTR:%.*]], align 8, !nonnull !10
+; CHECK-NEXT: [[P:%.*]] = load ptr, ptr [[PTR:%.*]], align 8, !nonnull !6
; CHECK-NEXT: [[GEP:%.*]] = getelementptr ptr, ptr [[PTR]], i64 42
; CHECK-NEXT: store ptr [[P]], ptr [[GEP]], align 8
; CHECK-NEXT: ret void
More information about the llvm-commits
mailing list