[llvm] 92f7683 - [Attributor][NFC] Rerun update test script

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 22:47:53 PDT 2020


Author: Johannes Doerfert
Date: 2020-10-29T00:45:32-05:00
New Revision: 92f7683d8a676918863a684cdb52121a107b3617

URL: https://github.com/llvm/llvm-project/commit/92f7683d8a676918863a684cdb52121a107b3617
DIFF: https://github.com/llvm/llvm-project/commit/92f7683d8a676918863a684cdb52121a107b3617.diff

LOG: [Attributor][NFC] Rerun update test script

Added: 
    

Modified: 
    llvm/test/Transforms/Attributor/ArgumentPromotion/X86/thiscall.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/Attributor/ArgumentPromotion/X86/thiscall.ll b/llvm/test/Transforms/Attributor/ArgumentPromotion/X86/thiscall.ll
index d13aa595cc27..ece86fbf2902 100644
--- a/llvm/test/Transforms/Attributor/ArgumentPromotion/X86/thiscall.ll
+++ b/llvm/test/Transforms/Attributor/ArgumentPromotion/X86/thiscall.ll
@@ -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]])


        


More information about the llvm-commits mailing list