[PATCH] D128435: [AMDGPU] Fix assertion failure on mad with negative immediate addend

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 08:51:07 PDT 2022


rampitec added a comment.

The immediate could be truncated. We do not really care about upper bits anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128435



More information about the llvm-commits mailing list