R600/SI: Don't enable WQM for V_INTERP_* instructions v2
authorMichel Danzer <michel.daenzer@amd.com>
Fri, 6 Feb 2015 02:51:25 +0000 (02:51 +0000)
committerMichel Danzer <michel.daenzer@amd.com>
Fri, 6 Feb 2015 02:51:25 +0000 (02:51 +0000)
commit971f0f0071c7fc171a29978ea8a1fb5c4153e196
tree62cfe71f8a9cf60890ad0a34a3d7394ff455909d
parenta7879dcf33916d30f6a7ba99d10f09b004bd895a
R600/SI: Don't enable WQM for V_INTERP_* instructions v2

Doesn't seem necessary anymore. I think this was mostly compensating for
not enabling WQM for texture sampling instructions.

v2: Add test coverage
Reviewed-by: Tom Stellard <tom@stellard.net>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228373 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SILowerControlFlow.cpp
test/CodeGen/R600/llvm.SI.fs.interp.constant.ll [deleted file]
test/CodeGen/R600/llvm.SI.fs.interp.ll [new file with mode: 0644]