[PATCH] D46749: [SelectionDAG]Reduce masked data movement chains and memory access widths

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 02:55:39 PDT 2018


samparker added inline comments.


================
Comment at: test/CodeGen/ARM/2018-ShiftedAndMask.ll:54
+
+define void @ldh(i32* %A) {
+entry:
----------------
samparker wrote:
> Is it now possible to do a ldrh with an offset of 1 by using a mask of 0xff0?
i meant a mask of 0xffff00...


https://reviews.llvm.org/D46749





More information about the llvm-commits mailing list