[PATCH] D9107: Fix CombineToPostIndexedLoadStore in DAGCombiner.cpp

Francois de Ferriere francois.de-ferriere at st.com
Tue Jul 7 01:43:14 PDT 2015



Fixed the ARM regressions tests for :
test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll
test/CodeGen/ARM/2013-01-21-PR14992.ll
test/CodeGen/ARM/automod-test.ll
test/CodeGen/ARM/avoid-cpsr-rmw.ll
test/CodeGen/ARM/byval_load_align.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/wrong-t2stmia-size-opt.ll

Opened a PR 24049 to report additional copies in some cases after this fix, and marked the following ARM regression tests as XFAIL :
test/CodeGen/ARM/truncstore-dag-combine.ll
test/CodeGen/ARM/unaligned_load_store.ll


http://reviews.llvm.org/D9107

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
  test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll
  test/CodeGen/ARM/2013-01-21-PR14992.ll
  test/CodeGen/ARM/automod-test.ll
  test/CodeGen/ARM/avoid-cpsr-rmw.ll
  test/CodeGen/ARM/byval_load_align.ll
  test/CodeGen/ARM/ldrd.ll
  test/CodeGen/ARM/truncstore-dag-combine.ll
  test/CodeGen/ARM/unaligned_load_store.ll
  test/CodeGen/ARM/wrong-t2stmia-size-opt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9107.29157.patch
Type: text/x-patch
Size: 8916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150707/7dce5f87/attachment.bin>


More information about the llvm-commits mailing list