[PATCH] D40090: [AArch64] Refactor the loads and stores optimizer
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 10:59:39 PST 2017
evandro marked an inline comment as done.
evandro added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp:585
+static bool isPromotableLoadFromStore(MachineInstr &MI)
+{
+ switch (MI.getOpcode()) {
----------------
fhahn wrote:
> Nit: should this be at the previous line?
:-}
Repository:
rL LLVM
https://reviews.llvm.org/D40090
More information about the llvm-commits
mailing list