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

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 05:49:09 PDT 2022


Pierre-vh planned changes to this revision.
Pierre-vh added a comment.

- VCC encoding
- wave32 test is failing because the V_DIV_SCALE instruction has no wave32 variant, so I can't print VCC_LO. Ideally I'd print the implicit def (so it's always correct and not hardcoded like that) but I'm not sure it's possible?


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