[llvm] [X86] Remove LowerFCanonicalize and use generic expansion (PR #147877)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 10 01:17:43 PDT 2025


================
@@ -1309,6 +1309,13 @@ void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) {
       return;
     }
     break;
+  case ISD::FCANONICALIZE: {
+    const TargetLowering &TLI = DAG.getTargetLoweringInfo();
----------------
RKSimon wrote:

isn't TLI already available?

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


More information about the llvm-commits mailing list