[PATCH] D145247: [LowerTypeTests] Avoid creation of select constant expression

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 10:05:39 PDT 2023


hans added a comment.

>From just a quick look, I guess what might be happening is this transformation replacing a select constant expression in a PHI node, and inserting the replacement instruction(s) above the PHI node, which the verifier doesn't like.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145247



More information about the llvm-commits mailing list