[llvm-branch-commits] [llvm] aa16903 - [test] Pin backedge-id-bug-xfail.ll to legacy PM

Arthur Eubanks via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jan 4 13:14:03 PST 2021


Author: Arthur Eubanks
Date: 2021-01-04T13:09:42-08:00
New Revision: aa169033892f1f185047abc07fe6e58f726018b9

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

LOG: [test] Pin backedge-id-bug-xfail.ll to legacy PM

The new PM doesn't have region passes, so this doesn't really make sense in a NPM context.

Added: 
    

Modified: 
    llvm/test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug-xfail.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug-xfail.ll b/llvm/test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug-xfail.ll
index e9c54151cf29..09d0ee841a88 100644
--- a/llvm/test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug-xfail.ll
+++ b/llvm/test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug-xfail.ll
@@ -1,5 +1,5 @@
 ; XFAIL: *
-; RUN: opt -mtriple=amdgcn-amd-amdhsa -S -structurizecfg -verify-region-info %s
+; RUN: opt -mtriple=amdgcn-amd-amdhsa -S -structurizecfg -verify-region-info %s -enable-new-pm=0
 
 ; FIXME: Merge into backedge-id-bug
 ; Variant which has an issue with region construction


        


More information about the llvm-branch-commits mailing list