[PATCH] D62266: [DAGCombine][X86][AArch64][ARM] (C - x) + y -> (y - x) + C fold

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 14:00:24 PDT 2019


dmgreen added a comment.

> *This* code? As in *this* patch, correct?

Hello. I meant this .ll file seems to loop forever. With this patch or one of the three others (D62257 <https://reviews.llvm.org/D62257>, D62392 <https://reviews.llvm.org/D62392>, D62450 <https://reviews.llvm.org/D62450>).  I only tested them together, so it may be the same as the problem from the test-suite.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62266/new/

https://reviews.llvm.org/D62266





More information about the llvm-commits mailing list