[PATCH] D132216: [CostModel][X86] Support cost kind specific look up tables

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 07:34:57 PDT 2022


RKSimon added a comment.

Based off the stack dump from rGab85996e475c <https://reviews.llvm.org/rGab85996e475ceddfda82255c314229ac0c0f4994> - my guess is that llvm::sinkRegion() is requesting instruction costs for an instruction with an "exotic" TypeID not supported by MVT::getVT - Function, Tokens or Metadata most likely.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132216



More information about the llvm-commits mailing list