[PATCH] Avoid combining adjacent stores at -O0 to improve debug experience

Paul Robinson Paul_Robinson at playstation.sony.com
Mon Jan 26 10:30:36 PST 2015


Hi echristo, dblaikie,

When the source has a series of assignments, users reasonably want to
have the debugger step through each one individually. Turn off the combine
for adjacent stores so we get this behavior at -O0.

http://reviews.llvm.org/D7181

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/dbg-combine.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7181.18770.patch
Type: text/x-patch
Size: 6181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150126/7f3de346/attachment.bin>


More information about the llvm-commits mailing list