[PATCH] D40090: [AArch64] Refactor the loads and stores optimizer
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 11:07:50 PST 2017
junbuml added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp:1646-1647
- MachineInstr &MI = *MBBI;
- // Do update merging. It's simpler to keep this separate from the above
- // switchs, though not strictly necessary.
- unsigned Opc = MI.getOpcode();
----------------
junbuml wrote:
> Please keep this comment.
Sorry. it doesn't seem so really needed now.
Repository:
rL LLVM
https://reviews.llvm.org/D40090
More information about the llvm-commits
mailing list