[PATCH] D118909: [AMDGPU] Simplify AMDGPUAnnotateUniformValues::visitLoadInst

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 12:04:25 PST 2022


foad added a comment.

In D118909#3294509 <https://reviews.llvm.org/D118909#3294509>, @rampitec wrote:

> We could even use a second target flag and mark loads as uniform directly.

Sure, but I don't see a need to do that. "Uniform" really is a property of the pointer value, not of a particular load.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118909



More information about the llvm-commits mailing list