diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2016-11-11 00:22:34 +0000 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2016-11-11 00:22:34 +0000 |
commit | 6fc8a1cdaa33477777472cbfaac48862cdf56a88 (patch) | |
tree | 3d55848db7a4a23d6f4f34a63f441724ccd61fd4 /llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp | |
parent | b69f38f7a76ab0c5092c60e01dddb782a28850cc (diff) | |
download | bcm5719-llvm-6fc8a1cdaa33477777472cbfaac48862cdf56a88.tar.gz bcm5719-llvm-6fc8a1cdaa33477777472cbfaac48862cdf56a88.zip |
Revert "[AMDGPU] Allow hoisting of comparisons out of a loop and eliminate condition copies"
This reverts commit r286171, it breaks piglit test fs-discard-exit-2
llvm-svn: 286530
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp index a4a5de126df..addc8062b29 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp +++ b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp @@ -440,7 +440,6 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM, setSchedulingPreference(Sched::RegPressure); setJumpIsExpensive(true); - setHasMultipleConditionRegisters(true); // SI at least has hardware support for floating point exceptions, but no way // of using or handling them is implemented. They are also optional in OpenCL |