[PATCH] D109031: [AMDGPU] Introduce optimizeCompareInstr

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 16:48:28 PDT 2021


rampitec added a comment.

In D109031#2975871 <https://reviews.llvm.org/D109031#2975871>, @arsenm wrote:

> Missing test for a non-1 and value and commuted and

Non-1 and value exists: and_3_cmp_eq_1

Will add commuted case. I guess we do not really need to handle it, just bail, since at this point we hardly commute it.


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

https://reviews.llvm.org/D109031



More information about the llvm-commits mailing list