[llvm] [LLVM][NVPTX]Add BF16 vector instruction and fix lowering rules (PR #69415)
Thomas Raoux via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 23:18:13 PST 2023
================
@@ -436,6 +436,15 @@ NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM,
case ISD::FADD:
case ISD::FMUL:
case ISD::FSUB:
+ case ISD::SELECT:
+ case ISD::SELECT_CC:
----------------
ThomasRaoux wrote:
Wouldn't select always be supported? Although I don't see this function called for SELECT so I guess it does matter but it should probably be removed?
https://github.com/llvm/llvm-project/pull/69415
More information about the llvm-commits
mailing list