[llvm] [CodeGen] expand-fp: Change frem expansion criterion (PR #158285)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 02:27:18 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())
----------------
aankit-ca wrote:

This seems like a redundant loop

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


More information about the llvm-commits mailing list