[PATCH] D55030: [AMDGPU] Fold brcond (setcc zext(i1 x), 1, ne) -> brcond x

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 06:32:08 PST 2018


rampitec abandoned this revision.
rampitec added a comment.

The error is that condition is actually has to be negated. However, if I just negate it it goes into an endless loop inside the combiner. I need to fix our BRCOND lowering instead.


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

https://reviews.llvm.org/D55030





More information about the llvm-commits mailing list