[PATCH] D42788: [SDAG] Legalize all CondCodes by inverting them and/or swapping operands

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 05:33:54 PST 2018


kparzysz added a comment.

In the first version of the patch, the added code was executing last.  In the committed version it takes precedence over the floating point code, so you're right, it wasn't really an NFC.  I'm glad the result is a better code.


Repository:
  rL LLVM

https://reviews.llvm.org/D42788





More information about the llvm-commits mailing list