We were looking for loads or any_extend+load. reduceLoadWidth
hasn't known how to look through such an any_extend to find the
load since D40667 almost 5 years ago.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
6366–6368 | We can probably move the !VT.isVector() to the end to make the if() evaluation much cheaper to early-out |
We can probably move the !VT.isVector() to the end to make the if() evaluation much cheaper to early-out