[PATCH] D66287: GlobalISel: add combiner for indexed loads and stores

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 09:05:09 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h:70
+
+  /// \brief \returns true of \p DefMI dominates \p UseMI. By definition an
+  /// instruction dominates itself.
----------------
Typo of


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66287





More information about the llvm-commits mailing list