[PATCH] D16074: Make sure that any new and optimized objects created during GlobalOPT copy all the attributes from the base object.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 12:21:39 PST 2016


joker.eph added a comment.

I know that global opt is not conservative enough, but I thought the conservative fix was to update any pass that "optimize" with variable with section and prevent it to do so, i.e. I had in mind what Chris wrote here: http://lists.llvm.org/pipermail/llvm-dev/2015-September/090587.html
(Note: I'm not opposed to this, I'm just not knowledgeable enough about what can go wrong)


http://reviews.llvm.org/D16074





More information about the llvm-commits mailing list