[llvm] 9c139c5 - [tests] Update an autogen test for format change
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 6 09:49:41 PST 2021
Author: Philip Reames
Date: 2021-03-06T09:49:27-08:00
New Revision: 9c139c50c90daff47c98aba1bc067d155d371336
URL: https://github.com/llvm/llvm-project/commit/9c139c50c90daff47c98aba1bc067d155d371336
DIFF: https://github.com/llvm/llvm-project/commit/9c139c50c90daff47c98aba1bc067d155d371336.diff
LOG: [tests] Update an autogen test for format change
Added:
Modified:
llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
index 961b9a11246e..6e1c2ea30a3c 100644
--- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
+++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
@@ -31,7 +31,7 @@ entry:
define void @test2() gc "statepoint-example" {
; CHECK-LABEL: @test2(
; CHECK-NEXT: entry:
-; CHECK-NEXT: [[STATEPOINT_TOKEN:%.*]] = call token (i64, i32, void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(i64 2882400000, i32 0, void ()* @foo, i32 0, i32 2, i32 0, i32 0) #0 [ "deopt"(i32 57) ]
+; CHECK-NEXT: [[STATEPOINT_TOKEN:%.*]] = call token (i64, i32, void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(i64 2882400000, i32 0, void ()* @foo, i32 0, i32 2, i32 0, i32 0) [[ATTR0:#.*]] [ "deopt"(i32 57) ]
; CHECK-NEXT: ret void
;
More information about the llvm-commits
mailing list