diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-06-24 06:30:22 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-06-24 06:30:22 +0000 |
commit | c581611e11776e50705a4afc4013cbfc5beba4fe (patch) | |
tree | 0390ef4f3eb02c72cf00975d96457fb51625aa4b /llvm/test/CodeGen/AMDGPU/predicates.ll | |
parent | 43e92fe306ac1fa4fb36062a458a18a9aed23855 (diff) | |
download | bcm5719-llvm-c581611e11776e50705a4afc4013cbfc5beba4fe.tar.gz bcm5719-llvm-c581611e11776e50705a4afc4013cbfc5beba4fe.zip |
AMDGPU: Remove disable-irstructurizer subtarget feature
The only real reason to use it is for testing, so replace
it with a command line option instead of a potentially function
dependent feature.
llvm-svn: 273653
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/predicates.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/predicates.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/predicates.ll b/llvm/test/CodeGen/AMDGPU/predicates.ll index 79dee61cc7c..c1af815c7b1 100644 --- a/llvm/test/CodeGen/AMDGPU/predicates.ll +++ b/llvm/test/CodeGen/AMDGPU/predicates.ll @@ -1,4 +1,4 @@ -; RUN: llc -spec-exec-max-speculation-cost=0 -march=r600 -mattr=disable-irstructurizer -mcpu=redwood < %s | FileCheck %s +; RUN: llc -spec-exec-max-speculation-cost=0 -march=r600 -r600-ir-structurize=0 -mcpu=redwood < %s | FileCheck %s ; These tests make sure the compiler is optimizing branches using predicates ; when it is legal to do so. |