[PATCH] D18318: [AArch64][CodeGen] Fix of incorrect peephole optimization in AArch64InstrInfo::optimizeCompareInstr + peephole rules for Cmp+Brc

Evgeny Astigeevich via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 03:26:50 PDT 2016


eastig added a comment.

In http://reviews.llvm.org/D18318#386639, @jmolloy wrote:

> I have comments below, but the main comment is that this needs to be split into two separate patches. One that performs a NFC refactoring, and another that actually fixes your bug.


Thank you for reviewing and advice. I will split it into three patches:

1. Refactoring
2. Bug fix
3. New peephole rules for cmp+brc


http://reviews.llvm.org/D18318





More information about the llvm-commits mailing list