[PATCH] D98728: [LICM] Fix a crash when sinking instructions w/token operands

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 11:43:25 PDT 2021


lebedev.ri added a comment.

> It is not legal to form a phi node with token type.

Can `PHINode::Create()` assert that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98728



More information about the llvm-commits mailing list