[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:00:52 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();
----------------
Please keep this comment.


Repository:
  rL LLVM

https://reviews.llvm.org/D40090





More information about the llvm-commits mailing list