https://bugs.llvm.org/show_bug.cgi?id=51562
Jon Chesterfield <jonathanchesterfi...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Jon Chesterfield <jonathanchesterfi...@gmail.com> ---
Just checked out the 13.x release branch. Pass is disabled on it:
static cl::opt<bool> EnableLDSReplaceWithPointer(
"amdgpu-enable-lds-replace-with-pointer",
cl::desc("Enable LDS replace with pointer pass"), cl::init(false),
cl::Hidden);
so while I've lost track of the git history, it looks like this cherry pick is
no longer required. Thanks to Mahesha for pointing this out!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs