From 453ce6b7183a8a08cd54983937d88bda28dae448 Mon Sep 17 00:00:00 2001 From: Kannan Narayanan Date: Wed, 19 Apr 2017 23:39:19 +0000 Subject: [PATCH] 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 --- lib/Target/AMDGPU/DSInstructions.td | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.50.1