[PATCH] D88570: [TargetLowering] SimplifyDemandedBits EXTRACT_VECTOR_ELT -> constant
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 11:12:57 PDT 2020
foad added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:2270
}
// TODO: Handle float bits as well.
if (VT.isInteger())
----------------
craig.topper wrote:
> Would fixing this FIXME do the same thing?
Aha! I thought this should be done centrally somewhere. I'll give this a try, thanks.
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