Skip to content

Commit

Permalink
Revert "[InstCombine][AMDGPU] Simplify tbuffer loads"
Browse files Browse the repository at this point in the history
Temporarily reverting this as it has missed most of the testing cycle.

This reverts commit 560afd3c65a73d0b06badbb19d6e5b0a4414bee5.

Change-Id: Idafd4baaf6f4440c64f39182942973affe881cce
  • Loading branch information
trenouf authored and Tim Renouf committed Oct 10, 2019
1 parent 0539a12 commit 77ceb89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 661 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1695,11 +1695,8 @@ Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
case Intrinsic::amdgcn_buffer_load_format:
case Intrinsic::amdgcn_raw_buffer_load:
case Intrinsic::amdgcn_raw_buffer_load_format:
case Intrinsic::amdgcn_raw_tbuffer_load:
case Intrinsic::amdgcn_struct_buffer_load:
case Intrinsic::amdgcn_struct_buffer_load_format:
case Intrinsic::amdgcn_struct_tbuffer_load:
case Intrinsic::amdgcn_tbuffer_load:
return simplifyAMDGCNMemoryIntrinsicDemanded(II, DemandedElts);
default: {
if (getAMDGPUImageDMaskIntrinsic(II->getIntrinsicID()))
Expand Down
Loading

0 comments on commit 77ceb89

Please sign in to comment.