[PATCH] D81151: [InstCombine] Simplify compare of Phi with constant inputs against a constant

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 10:01:32 PST 2022


fhahn added a comment.

It looks like this may introduce a dead-code elimination regression with -Oz: https://github.com/llvm/llvm-project/issues/53318


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81151



More information about the llvm-commits mailing list