[llvm] [NVPTX] Fix lowering of i1 SETCC (PR #115035)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 09:55:58 PST 2024


================
@@ -2666,6 +2667,46 @@ SDValue NVPTXTargetLowering::LowerShiftLeftParts(SDValue Op,
   }
 }
 
+// Lowers SETCC nodes that aren't directly supported by our arch.
----------------
arsenm wrote:

Should use setCondCodeAction and not reinvent all of this 

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


More information about the llvm-commits mailing list