[PATCH] D39467: PR34603 Fix by Early-CSE extension

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 12:28:52 PDT 2017


dberlin added a comment.

I'll repeat what i said on the bug
FWIW: Given the choice, i would much rather fix the underlying problem then patch various passes to work around some small subset of it (here, load of selected addresses)
This is underway right now, actually.

I would be more amenable to the latter approach if there was data that we could get, say, 90% of the gain of changing the canonical form by doing so.

I have doubts this is the case, but if you've got data that says it is, ...


Repository:
  rL LLVM

https://reviews.llvm.org/D39467





More information about the llvm-commits mailing list