[llvm] [NVPTX] Remove `NVPTX::IMAD` opcode, and rely on intruction selection only (PR #121724)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 12:59:57 PST 2025


================
@@ -4442,14 +4441,8 @@ PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1,
   if (!N0.getNode()->hasOneUse())
     return SDValue();
----------------
peterbell10 wrote:

Changed to require one use and added test.


https://github.com/llvm/llvm-project/pull/121724


More information about the llvm-commits mailing list