[PATCH] D109031: [AMDGPU] Introduce optimizeCompareInstr

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


rampitec added a comment.

I probably also want to invert the logic, remove the threshold, check for vreg def and scan to def. Even without threshold it is probably faster since looking for def is O(1) and most of the cases will be rejected just by looking at def.


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

https://reviews.llvm.org/D109031



More information about the llvm-commits mailing list