[PATCH] D48832: [ARM] ARMCodeGenPrepare backend pass

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 18 09:02:33 PDT 2018


SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.

I have been running language conformance tests in different configurations with your latest patches, targeting different targets, and I have also been running fuzzers.  Your latest fixes solves all earlier reported issues. Everything is green, and also the 4% performance improvement in a benchmarks is a nice one! :-)

So this looks good to me.

One nit: we probably want to skip running this pass for CodeGenOpt::None?


https://reviews.llvm.org/D48832





More information about the llvm-commits mailing list