[PATCH] D89599: [AMDGPU] Fixed v_swap_b32 match
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 11:57:31 PDT 2020
rampitec added a comment.
In D89599#2352063 <https://reviews.llvm.org/D89599#2352063>, @Paul-C-Anagnostopoulos wrote:
> Yes, making the 0 and 1 unsigned fixes the problem.
Changed to 0U and 1U in ad8131bb03d0abd9e0586b9fa91d45cbf90ca83e <https://reviews.llvm.org/rGad8131bb03d0abd9e0586b9fa91d45cbf90ca83e>.
This is a somewhat weird warning given strictly positive literals though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89599/new/
https://reviews.llvm.org/D89599
More information about the llvm-commits
mailing list