diff options
| author | David Stuttard <david.stuttard@amd.com> | 2018-11-29 20:14:17 +0000 |
|---|---|---|
| committer | David Stuttard <david.stuttard@amd.com> | 2018-11-29 20:14:17 +0000 |
| commit | c6603861d8bad3054ed137b140742eb15abcd3ce (patch) | |
| tree | c663eeb366bb7493cc0160c29fb8e9e31951b8e7 /llvm/lib/Target/AMDGPU/AMDGPU.td | |
| parent | eba2365f23db0cae29e9a187ec16bb64e49be5d6 (diff) | |
| download | bcm5719-llvm-c6603861d8bad3054ed137b140742eb15abcd3ce.tar.gz bcm5719-llvm-c6603861d8bad3054ed137b140742eb15abcd3ce.zip | |
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
Also revert fix r347876
One of the buildbots was reporting a failure in some relevant tests that I can't
repro or explain at present, so reverting until I can isolate.
llvm-svn: 347911
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPU.td')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPU.td | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPU.td b/llvm/lib/Target/AMDGPU/AMDGPU.td index 8f20c407ab8..23470c7a4d2 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPU.td +++ b/llvm/lib/Target/AMDGPU/AMDGPU.td @@ -367,16 +367,6 @@ def FeatureEnableDS128 : SubtargetFeature<"enable-ds128", "Use ds_{read|write}_b128" >; -// Sparse texture support requires that all result registers are zeroed when -// PRTStrictNull is set to true. This feature is turned on for all architectures -// but is enabled as a feature in case there are situations where PRTStrictNull -// is disabled by the driver. -def FeatureEnablePRTStrictNull : SubtargetFeature<"enable-prt-strict-null", - "EnablePRTStrictNull", - "true", - "Enable zeroing of result registers for sparse texture fetches" ->; - // Unless +-flat-for-global is specified, turn on FlatForGlobal for // all OS-es on VI and newer hardware to avoid assertion failures due // to missing ADDR64 variants of MUBUF instructions. |

