[PATCH] D142292: [SCEV] Introduce `SCEVSelectExpr`

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 02:54:44 PST 2023


nikic added a comment.

This patch is missing an update of SCEVPoisonCollector, because poison is not propagated from all select operands. (Adding a test for this would be good.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142292



More information about the llvm-commits mailing list