[PATCH] D113290: [AArch64TargetMachine] Enable LICM Hosting LOAD only optimization in case of -O3

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 23:31:45 PST 2021


djtodoro added a comment.

@efriedma Thanks for the comment!

In D113290#3135380 <https://reviews.llvm.org/D113290#3135380>, @efriedma wrote:

> Not sure why you want to turn it on specifically for aarch64, and only late in the optimization pipeline.

Actually, it doesn't need to be called very late. And, I don't think this is applicable to AArch64 only.
I've been experimenting with a few potential improvements in LLVM that could bring benefits to AArch64 Aggressive optimization mode, so this patch just follows that direction (that's why it was marked as WIP).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113290/new/

https://reviews.llvm.org/D113290



More information about the llvm-commits mailing list