[PATCH] D32254: Revert earlier change that flagged ds permute operations as not affecting lgkm counter.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 16:52:15 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300791: Revert earlier change. ds permute operations affect lgkm counter.  (authored by kannann).

Changed prior to commit:
  https://reviews.llvm.org/D32254?vs=95845&id=95857#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32254

Files:
  llvm/trunk/lib/Target/AMDGPU/DSInstructions.td


Index: llvm/trunk/lib/Target/AMDGPU/DSInstructions.td
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/DSInstructions.td
+++ llvm/trunk/lib/Target/AMDGPU/DSInstructions.td
@@ -255,8 +255,6 @@
   [(set i32:$vdst,
    (node (DS1Addr1Offset i32:$addr, i16:$offset), i32:$data0))] > {
 
-  let LGKM_CNT = 0;
-
   let mayLoad = 0;
   let mayStore = 0;
   let isConvergent = 1;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32254.95857.patch
Type: text/x-patch
Size: 424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170419/f805561d/attachment.bin>


More information about the llvm-commits mailing list