[llvm] R600: Expand is_fpclass (PR #135234)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 11:56:43 PDT 2025
================
@@ -100,6 +100,11 @@ R600TargetLowering::R600TargetLowering(const TargetMachine &TM,
setOperationAction(ISD::FSUB, MVT::f32, Expand);
+ setOperationAction(ISD::IS_FPCLASS,
+ {MVT::f32, MVT::v2f32, MVT::v3f32, MVT::v4f32, MVT::v5f32,
----------------
shiltian wrote:
Does it really support this many data types?
https://github.com/llvm/llvm-project/pull/135234
More information about the llvm-commits
mailing list