[PATCH] D45541: [globalisel] Update GlobalISel emitter to match new representation of extending loads

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 08:04:48 PDT 2018


aemerson added a comment.

I think we lost 0.5% on compile time on CTMark because of this. Is there any scope left here for performance improvements? With the addition of the combiner landing later, I expect a further CT hit so anything we can do here would be good.


Repository:
  rL LLVM

https://reviews.llvm.org/D45541





More information about the llvm-commits mailing list