[PATCH] D152613: [AMDGPU] Remove integer division in VOPD checks

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 10 01:44:42 PDT 2023


rampitec added a comment.

NB: To have a chance to simplify division here a compiler must fully unroll the loop. With the loop growing it becomes impossible.


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

https://reviews.llvm.org/D152613



More information about the llvm-commits mailing list