[PATCH] D108865: [AMDGPU] Use gcc pragmas to disable -Wtype-limits warning

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 18:30:46 PDT 2021


t-tye added a comment.

If LocalMemorySize is unsigned, how can it ever be less than 0? Shouldn't the code be corrected instead of adding pragmas?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108865



More information about the llvm-commits mailing list