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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 19:43:34 PDT 2021


arsenm added a comment.

In D108865#2981434 <https://reviews.llvm.org/D108865#2981434>, @arsenm wrote:

> I don't see much reason to have FeatureLocalMemorySize0. It's implied by the absence of the features with a size. I think just removing it should work

I tired this in 79bcd4a7db29e6b0abd60b44ee825f0d49d4f36a <https://reviews.llvm.org/rG79bcd4a7db29e6b0abd60b44ee825f0d49d4f36a>, so that should just avoid emitting this in the first place


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