[PATCH] D33518: [AArch64] Fix stores of zero values

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 13:35:15 PDT 2017


niravd created this revision.
Herald added subscribers: javed.absar, rengolin, aemerson.

Now that DAGCombiner may merge multiple non-consecutive stores in a 
single pass, the simple one-use analysis for when to split a store 
into stores of XZR for pairing purposes. Improve check to capture
these cases.


https://reviews.llvm.org/D33518

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/ldst-opt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33518.100155.patch
Type: text/x-patch
Size: 5400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170524/e500e971/attachment.bin>


More information about the llvm-commits mailing list