[PATCH] D50432: [DAGCombiner] Reduce load widths of shifted masks
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 8 08:10:11 PDT 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/ARM/and-load-combine.ll:44
; THUMB2-NEXT: bx lr
+ i16* nocapture readonly %b) {
entry:
----------------
I'd recommend reverting these changes from diff - you can avoid the problem by moving all the arguments to the same line
https://reviews.llvm.org/D50432
More information about the llvm-commits
mailing list