[llvm] 03e92bf - [SimplifyCFG] Fix LIT failure introduced in 3d494bfc7. (#100049)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 18:50:08 PDT 2024


Author: Tianqing Wang
Date: 2024-07-23T09:50:04+08:00
New Revision: 03e92bf4836e888910815a54c66b07058cc8bb50

URL: https://github.com/llvm/llvm-project/commit/03e92bf4836e888910815a54c66b07058cc8bb50
DIFF: https://github.com/llvm/llvm-project/commit/03e92bf4836e888910815a54c66b07058cc8bb50.diff

LOG: [SimplifyCFG] Fix LIT failure introduced in 3d494bfc7. (#100049)

Added: 
    llvm/test/Transforms/SimplifyCFG/X86/two-entry-phi-fold-unpredictable.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/SimplifyCFG/two-entry-phi-fold-unpredictable.ll


################################################################################
diff  --git a/llvm/test/Transforms/SimplifyCFG/two-entry-phi-fold-unpredictable.ll b/llvm/test/Transforms/SimplifyCFG/X86/two-entry-phi-fold-unpredictable.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/two-entry-phi-fold-unpredictable.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/two-entry-phi-fold-unpredictable.ll


        


More information about the llvm-commits mailing list