[PATCH] D53318: AMDGPU: Remove dead TableGen code

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 03:13:36 PDT 2018


nhaehnle created this revision.
nhaehnle added a reviewer: tpr.
Herald added subscribers: t-tye, dstuttard, yaxunl, wdng, jvesely, kzhuravl, arsenm.

Change-Id: Ic1f2c1d0cf9e90a0baa9fc6bacd0d3c386069fb0


Repository:
  rL LLVM

https://reviews.llvm.org/D53318

Files:
  lib/Target/AMDGPU/BUFInstructions.td


Index: lib/Target/AMDGPU/BUFInstructions.td
===================================================================
--- lib/Target/AMDGPU/BUFInstructions.td
+++ lib/Target/AMDGPU/BUFInstructions.td
@@ -17,8 +17,6 @@
 def MUBUFOffset : ComplexPattern<i64, 6, "SelectMUBUFOffset">;
 def MUBUFOffsetNoGLC : ComplexPattern<i64, 3, "SelectMUBUFOffset">;
 def MUBUFOffsetAtomic : ComplexPattern<i64, 4, "SelectMUBUFOffset">;
-def MUBUFIntrinsicOffset : ComplexPattern<i32, 2, "SelectMUBUFIntrinsicOffset">;
-def MUBUFIntrinsicVOffset : ComplexPattern<i32, 3, "SelectMUBUFIntrinsicVOffset">;
 
 class MubufLoad <SDPatternOperator op> : PatFrag <
   (ops node:$ptr), (op node:$ptr), [{


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53318.169802.patch
Type: text/x-patch
Size: 674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181016/f7b6c86e/attachment.bin>


More information about the llvm-commits mailing list