[PATCH] D139530: [WebAssembly] Add ComplexPattern for loads

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 15:10:01 PST 2022


aheejin added a comment.

Haven't read the code part yet, but I wonder, is there no way to cover the global-GEP folding tests with TableGen by adding some more patterns there? I think we are trying to keep patterns in TableGen if possible, especially if the patterns are not complex and used frequently, which I believe is the case for basic loads and stores.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139530



More information about the llvm-commits mailing list