[Attributor][NFC] Rerun update test script
authorJohannes Doerfert <johannes@jdoerfert.de>
Thu, 29 Oct 2020 05:38:40 +0000 (00:38 -0500)
committerJohannes Doerfert <johannes@jdoerfert.de>
Thu, 29 Oct 2020 05:45:32 +0000 (00:45 -0500)
llvm/test/Transforms/Attributor/ArgumentPromotion/X86/thiscall.ll

index d13aa59..ece86fb 100644 (file)
@@ -38,7 +38,7 @@ entry:
 define void @exportedfun(%struct.a* %a) {
 ; CHECK-LABEL: define {{[^@]+}}@exportedfun
 ; CHECK-SAME: (%struct.a* nocapture nofree readnone [[A:%.*]]) {
-; CHECK-NEXT:    [[INALLOCA_SAVE:%.*]] = tail call i8* @llvm.stacksave()
+; CHECK-NEXT:    [[INALLOCA_SAVE:%.*]] = tail call i8* @llvm.stacksave() [[ATTR1:#.*]]
 ; CHECK-NEXT:    [[ARGMEM:%.*]] = alloca inalloca <{ [[STRUCT_A:%.*]] }>, align 4
 ; CHECK-NEXT:    call x86_thiscallcc void @internalfun(%struct.a* noalias nocapture nofree readnone undef, <{ [[STRUCT_A]] }>* inalloca noundef nonnull align 4 dereferenceable(1) [[ARGMEM]])
 ; CHECK-NEXT:    call void @llvm.stackrestore(i8* nofree [[INALLOCA_SAVE]])