[llvm-commits] [PATCH] Missing setcc enumerations

Eli Friedman eli.friedman at gmail.com
Tue Dec 13 17:07:08 PST 2011


On Tue, Dec 13, 2011 at 12:31 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote:
> This patch adds in a few setcc enumerations that are missing. A test case
> that hits this with an internal version of the AMDIL backend is attached.
>
>
>
> The issue is caused by DAGCombiner merging the A op B | B op A into a single
> setcc, where it ends up being SETTRUE.

Patch looks fine.

-Eli



More information about the llvm-commits mailing list