[PATCH] D13396: AMDGPU/SI: Add a helper for creating aliases for the _e32 instructions

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 13:23:08 PDT 2015


tstellarAMD added inline comments.

================
Comment at: lib/Target/AMDGPU/SIInstrInfo.td:1247
@@ +1246,3 @@
+
+  let ResultInst =
+    !if (p.HasDst32,
----------------
arsenm wrote:
> I don't see where this is used anywhere
ResultInst is a field defined by the parent class: InstAlias.  The AsmMatcher backend uses it for creating aliases.


http://reviews.llvm.org/D13396





More information about the llvm-commits mailing list