[PATCH] D128435: [AMDGPU] Fix assertion failure on mad with negative immediate addend
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 05:45:28 PDT 2022
foad added a comment.
Maybe we should be more careful about which 64-bit integer operands are signed/unsigned. We could have separate signed/unsigned versions of as_i64imm and printImmediate64.
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