[llvm] [NVPTX] Rework and cleanup FTZ ISel (PR #146410)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 09:48:26 PDT 2025


================
@@ -397,45 +403,29 @@ static unsigned getPTXCmpMode(const CondCodeSDNode &CondCode, bool FTZ) {
       return CmpMode::LEU;
     case ISD::SETUNE:
       return CmpMode::NEU;
----------------
AlexMaclean wrote:

Per the below discussion I've changed this back.

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


More information about the llvm-commits mailing list