[PATCH] D48772: [AMDGPU] Add VALU to V_INTERP Instructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 07:59:13 PDT 2018


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/SIInstructions.td:39
 
-let Uses = [M0, EXEC] in {
+let Uses = [M0, EXEC], VALU = 1 in {
 
----------------
Should probably be moved down to the base instruction class where the others set this 


Repository:
  rL LLVM

https://reviews.llvm.org/D48772





More information about the llvm-commits mailing list