[llvm-bugs] [Bug 47535] AMDGPULegalizerInfo::legalizeBufferLoad declaration/definition mismatch
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Sep 25 03:42:25 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47535
Jay Foad <jay.foad at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #2 from Jay Foad <jay.foad at gmail.com> ---
Fixed by:
commit f11f382523e096859571b61520af81b9bb1defbf (HEAD -> master, origin/master,
origin/HEAD)
Author: Jay Foad <jay.foad at amd.com>
Date: Fri Sep 25 11:38:17 2020 +0100
[AMDGPU] Fix declaration parameter names to match definition
This fixes the declaration of AMDGPULegalizerInfo::legalizeBufferLoad to
match the definition. It is still confusing that that parameter order is
different from legalizeBufferStore.
https://bugs.llvm.org/show_bug.cgi?id=47535
--
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/20200925/188cc7c2/attachment.html>
More information about the llvm-bugs
mailing list