[PATCH] D139631: [WebAssembly][NFC] Add ComplexPattern for loads

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 16:18:12 PST 2022


aheejin added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td:83-85
+// Patterns that match the static (offset) and dynamic (address stack
+// operand) operands for loads, based on a combination of target
+// global addresses and constants.
----------------
Nit: 80col wrapping


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139631



More information about the llvm-commits mailing list