[llvm] [CodeGen] expand-fp: Change frem expansion criterion (PR #158285)
Frederik Harwath via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 02:51:42 PST 2025
================
@@ -1661,13 +1661,14 @@ HexagonTargetLowering::HexagonTargetLowering(const TargetMachine &TM,
for (MVT VT : MVT::integer_valuetypes())
setOperationAction(IntExpOp, VT, Expand);
}
+ for (MVT VT : MVT::fp_valuetypes())
----------------
frederik-h wrote:
Right. I fixed it.
https://github.com/llvm/llvm-project/pull/158285
More information about the llvm-commits
mailing list