[llvm] DAGCombiner::visitBITCAST: CastLoad strip AssertNoFPClass (PR #184952)
YunQiang Su via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 8 18:49:14 PDT 2026
================
@@ -9306,6 +9306,67 @@ SDValue TargetLowering::expandIS_FPCLASS(EVT ResultVT, SDValue Op,
// Tests that involve more than one class should be processed first.
SDValue PartialRes;
+ // Handle sign bit tests first (fcPositive/fcNegative).
----------------
wzssyqa wrote:
I see. That's why I mark this PR as WIP.
https://github.com/llvm/llvm-project/pull/184952
More information about the llvm-commits
mailing list