[PATCH] D153660: [ConstraintElim] Track and simplify conditions at use.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 24 03:11:43 PDT 2023


nikic added a comment.

Can you please add some tests with uses in phi nodes? I don't think the handling for those is correct. (Though more in the direction of missing some replacements that were previously done rather than doing invalid replacements.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153660



More information about the llvm-commits mailing list