diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/branch-folder-requires-no-phis.mir')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/branch-folder-requires-no-phis.mir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/branch-folder-requires-no-phis.mir b/llvm/test/CodeGen/AMDGPU/branch-folder-requires-no-phis.mir index 2d6b60e7133a..18ac0933addf 100644 --- a/llvm/test/CodeGen/AMDGPU/branch-folder-requires-no-phis.mir +++ b/llvm/test/CodeGen/AMDGPU/branch-folder-requires-no-phis.mir @@ -1,6 +1,6 @@ # REQUIRES: asserts -# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=branch-folder -o /dev/null %s 2>&1 | FileCheck %s --check-prefixes=LEGACY-CHECK,CHECK -# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -passes="require<profile-summary>,function(machine-function(branch-folder<enable-tail-merge>))" -o /dev/null %s 2>&1 | FileCheck %s --check-prefixes=NPM-CHECK,CHECK +# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=branch-folder -filetype=null %s 2>&1 | FileCheck %s --check-prefixes=LEGACY-CHECK,CHECK +# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -passes="require<profile-summary>,function(machine-function(branch-folder<enable-tail-merge>))" -filetype=null %s 2>&1 | FileCheck %s --check-prefixes=NPM-CHECK,CHECK # BranchFolding breaks this function due to phis |
