[PATCH] D105519: [WebAssembly] Deduplicate imports of the same module name, field name, and type

Nick Fitzgerald via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 10:43:10 PDT 2021


fitzgen added a comment.

I'm pretty sure the issue was that I was comparing/hashing maximums in `WasmLimits`'s `operator==` and hash traits unconditionally, rather than only if `Flags & WASM_LIMITS_FLAG_HAS_MAX`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105519



More information about the llvm-commits mailing list