[PATCH] D131959: [AMDGPU] Fix SDST operand of V_DIV_SCALE to always be VCC

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 12:07:33 PDT 2022


rampitec added a comment.

In D131959#3758373 <https://reviews.llvm.org/D131959#3758373>, @Pierre-vh wrote:

> So for the weird codegen in `frem.ll`, the issue is from the `addLiveIn` call I think.

I believe so too. You are defining the vcc, you should not need it live to define it. Much less live at a function's entry.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131959



More information about the llvm-commits mailing list