[AMDGPU] Set noclobber metadata on loads instead of cast to constant
A load via pointer cast to constant will return true from pointsToConstantMemory which is not necessarily so. Fixes: SWDEV-326463 Differential Revision: https://reviews.llvm.org/D121172
Loading
Please sign in to comment