[PATCH] D46749: [SelectionDAG]Reduce masked data movement chains and memory access widths
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 5 13:05:03 PDT 2018
rogfer01 added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:451
SDValue ReduceLoadWidth(SDNode *N);
+ SDValue foldRedudantShiftedMasks(SDNode *N);
SDValue ReduceLoadOpStoreWidth(SDNode *N);
----------------
Typo here in `Redudant`?
https://reviews.llvm.org/D46749
More information about the llvm-commits
mailing list