Files
llvm/test/CodeGen/AArch64
Matthias Braun 52d72897ff AArch64ISel: Fix ccmp code selection matching deep expressions.
Some of the conditions necessary to produce ccmp sequences were only
checked in recursive calls to emitConjunctionDisjunctionTree() after
some of the earlier expressions were already built. Move all checks over
to isConjunctionDisjunctionTree() so they are all checked before we
start emitting instructions.

Also rename some variable to better reflect their usage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258605 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-23 04:05:22 +00:00
..
2015-02-13 10:48:30 +00:00
2015-07-07 23:13:18 +00:00
2015-08-11 14:35:29 +00:00
2014-08-20 10:40:20 +00:00