[PATCH] D84601: [InstCombine] Fold freeze into phi if one operand is not undef

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 01:11:46 PDT 2020


aqjune added a comment.

It makes sense; freeze is simply no-op for a non-undef/poison constexpr, so it should work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84601





More information about the llvm-commits mailing list