diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-02-11 18:24:53 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-02-11 18:24:53 +0000 |
| commit | 0648588e7d29d73d7090fe54d440db02d6d5393f (patch) | |
| tree | df1b38f4598e32fdd5e750aacd00f14d16628545 /llvm/lib | |
| parent | 773f6da037171c8fd42fa1a8429dae45b6fc630a (diff) | |
| download | bcm5719-llvm-0648588e7d29d73d7090fe54d440db02d6d5393f.tar.gz bcm5719-llvm-0648588e7d29d73d7090fe54d440db02d6d5393f.zip | |
R600/SI: Disable subreg liveness
This is temporary while we try to fix a crash in the register coalescer.
llvm-svn: 228861
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/R600/AMDGPUSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/AMDGPUSubtarget.h b/llvm/lib/Target/R600/AMDGPUSubtarget.h index 2f2a152519a..1b0122ce6f3 100644 --- a/llvm/lib/Target/R600/AMDGPUSubtarget.h +++ b/llvm/lib/Target/R600/AMDGPUSubtarget.h @@ -245,7 +245,7 @@ public: } bool enableSubRegLiveness() const override { - return true; + return false; } }; |

