https://bugs.llvm.org/show_bug.cgi?id=35142

Peter Collingbourne <pe...@pcc.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Peter Collingbourne <pe...@pcc.me.uk> ---
I ended up fixing this in r317108 by running EliminateAvailableExternally and
GlobalDCE at -O0 in ThinLTO backends.

It seems like a suboptimal fix to me, though. Offline, Reid mentioned a
potentially better fix, which would be to redesign how we represent filter
functions so that they become part of the parent function.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to