[llvm-dev] Need guidance to work on NEW PASS managers bugs
Kaylor, Andrew via llvm-dev
llvm-dev at lists.llvm.org
Tue May 1 10:22:26 PDT 2018
Hi Vivek,
Have you read the mailing list threads on this topic? I don’t believe we’re quite ready to make the switch yet. There was a discussion last October about what was left to be done. I’m sure it has been discussed since then too. Here’s a link to the start of the October discussion.
http://lists.llvm.org/pipermail/llvm-dev/2017-October/118280.html
If you’d like to get involved, one possible area you could contribute is adding optbisect/optnone support as mentioned in this bug:
https://bugs.llvm.org/show_bug.cgi?id=28316
If that looks like something you’re interested in I can offer some guidance with it.
Thanks,
Andy
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of vivek pandya via llvm-dev
Sent: Saturday, April 28, 2018 9:23 AM
To: llvm-dev <llvm-dev at lists.llvm.org>
Subject: [llvm-dev] Need guidance to work on NEW PASS managers bugs
Hello LLVM-Devs,
I am trying to get some starting points for working on following new pass manager related bugs:
https://bugs.llvm.org/show_bug.cgi?id=28322 [PM] Remove use of old PM in the middle-end.
https://bugs.llvm.org/show_bug.cgi?id=28323 [PM] Use new PM in production for Clang, LLD, libLTO, etc. middle-end
https://bugs.llvm.org/show_bug.cgi?id=28321 [PM] Remove use of old PM in the backend
I read related code but did not get a good starting point.
Can someone guide me through this? Can we add more details to these bugs? Or can we further divide these bugs to smaller workable items?
Any help will be appreciated.
Thanks,
Vivek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180501/1fe4dac9/attachment.html>
More information about the llvm-dev
mailing list