[llvm-bugs] [Bug 35790] if (auto x = y(z)) generates bad/slow code (found via analysis of dyn_cast)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Jan 13 08:21:16 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=35790
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Interprocedural |Scalar Optimizations
|Optimizations |
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #6 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed with:
https://reviews.llvm.org/rL322439
If anyone has stats/perf, I'm curious to know what fraction of the larger
problem (bug 35909, I think) this pattern represents for swift/clang.
--
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/20180113/87564b88/attachment.html>
More information about the llvm-bugs
mailing list