[llvm-dev] Bug in pass 'ipsccp' on function attribute 'argmemonly'?
Florian Hahn via llvm-dev
llvm-dev at lists.llvm.org
Thu Jul 23 10:03:29 PDT 2020
Thanks for the report. I put up a fix
https://reviews.llvm.org/D84432 <https://reviews.llvm.org/D84432>
> On Jul 22, 2020, at 16:16, Alexandre Isoard via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Note that there is the same issue in ipconstprop (on the same example) for the same reason. (thanks @Lin-Ya Yu <mailto:yu810226 at gmail.com>)
I am not aware of anyone actively using the pass or working on it. If there are users, I’d love to hear, but otherwise I think we should consider removing it. It is a source of confusion and requires API updates from time to time.
I put up a patch to remove it, with some more details:https://reviews.llvm.org/D84447 <https://reviews.llvm.org/D84447>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200723/8c76e5a4/attachment.html>
More information about the llvm-dev
mailing list