[PATCH] D53552: [DAGCombine] Improve alias analysis for chain of independent stores.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 09:10:37 PDT 2018


niravd added a comment.

courbet@, I think this should produce at least as good compile time as https://reviews.llvm.org/D53289. Can you verify on your testcase? If so, I move we drop https://reviews.llvm.org/D53289 (and https://reviews.llvm.org/D31068) in favor of this.



================
Comment at: llvm/test/CodeGen/Mips/fastcc.ll:226
 ; CHECK-LABEL: callee1:
-; CHECK-DAG: swc1  $f0
-; CHECK-DAG: swc1  $f1
----------------
Apparently FileCheck balks at dealing with this many too many deferred lines in a DAG match. This is just a noop reordering to be closer to the output asm.


Repository:
  rL LLVM

https://reviews.llvm.org/D53552





More information about the llvm-commits mailing list