[PATCH] D80984: [CostModel] Unify getMemoryOpCost

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 15:43:37 PDT 2020


sbc100 added a comment.

We are also seeing a crash on the wasm waterfall the bisects to this change:

https://ci.chromium.org/p/wasm/builders/ci/linux/25463

Looks like `MVT::getVT` getting called with `StructTyID` (which is can't handle).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80984





More information about the llvm-commits mailing list