[PATCH] D55897: Add constrained fptrunc and fpext intrinsics
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 13:34:31 PDT 2019
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM with that one remaining unused variable fixed.
================
Comment at: lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:3214
+ EVT InEltVT = InVT.getVectorElementType();
+ EVT InWidenVT = EVT::getVectorVT(*DAG.getContext(), InEltVT, WidenNumElts);
+
----------------
Is InWidenVT also unused?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55897/new/
https://reviews.llvm.org/D55897
More information about the llvm-commits
mailing list