From: Kannan Narayanan Date: Wed, 19 Apr 2017 23:39:19 +0000 (+0000) Subject: Revert earlier change. ds permute operations affect lgkm counter. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=453ce6b7183a8a08cd54983937d88bda28dae448;p=llvm Revert earlier change. ds permute operations affect lgkm counter. Differential Revision: https://reviews.llvm.org/D32254 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300791 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/DSInstructions.td b/lib/Target/AMDGPU/DSInstructions.td index a9f64589fa5..357e18108e7 100644 --- a/lib/Target/AMDGPU/DSInstructions.td +++ b/lib/Target/AMDGPU/DSInstructions.td @@ -255,8 +255,6 @@ class DS_1A1D_PERMUTE [(set i32:$vdst, (node (DS1Addr1Offset i32:$addr, i16:$offset), i32:$data0))] > { - let LGKM_CNT = 0; - let mayLoad = 0; let mayStore = 0; let isConvergent = 1;