[PATCH] D59267: [AMDGPU] Asm/disasm clamp modifier on vop3 int arithmetic

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 10:39:57 PDT 2019


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp:882
+            SubOp = AMDGPU::V_SUB_U32_e64;
+            Opnds.push_back(Zero);
+          }
----------------
Needs a comment for what this is


================
Comment at: lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp:960
+            SubOp = AMDGPU::V_SUB_U32_e64;
+            Opnds.push_back(Zero);
+          }
----------------
Ditto


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59267/new/

https://reviews.llvm.org/D59267





More information about the llvm-commits mailing list