[llvm-bugs] [Bug 51562] Disable LDS pass on 13
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 9 02:41:05 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51562
Jon Chesterfield <jonathanchesterfield at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Jon Chesterfield <jonathanchesterfield at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210909/92655f2f/attachment.html>
More information about the llvm-bugs
mailing list