Skip to content

Commit

Permalink
Revert earlier change. ds permute operations affect lgkm counter.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D32254



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300791 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
kanarayan committed Apr 19, 2017
1 parent 0c5a2b4 commit 453ce6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Target/AMDGPU/DSInstructions.td
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ class DS_1A1D_PERMUTE <string opName, SDPatternOperator node = null_frag>
[(set i32:$vdst,
(node (DS1Addr1Offset i32:$addr, i16:$offset), i32:$data0))] > {

let LGKM_CNT = 0;

let mayLoad = 0;
let mayStore = 0;
let isConvergent = 1;
Expand Down

0 comments on commit 453ce6b

Please sign in to comment.