[PATCH] D88570: [TargetLowering] SimplifyDemandedBits EXTRACT_VECTOR_ELT -> constant
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 10:00:27 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:2270
}
// TODO: Handle float bits as well.
if (VT.isInteger())
----------------
Would fixing this FIXME do the same thing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88570/new/
https://reviews.llvm.org/D88570
More information about the llvm-commits
mailing list