[llvm] [NVPTX] Add support for f16 fabs (PR #116107)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 13:44:59 PST 2024


================
@@ -864,10 +864,15 @@ NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM,
     AddPromotedToType(Op, MVT::bf16, MVT::f32);
   }
   for (const auto &Op : {ISD::FABS}) {
----------------
AlexMaclean wrote:

Done, I've removed the for loop

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


More information about the llvm-commits mailing list