[PATCH] D117907: [NewGVN] do phi(undef, x) -> x only if x is not poison

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 29 13:44:31 PST 2022


This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf1c18acb07aa: [NewGVN] do phi(undef, x) -> x only if x is not poison (authored by nlopes).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117907

Files:
  llvm/lib/Transforms/Scalar/NewGVN.cpp
  llvm/test/Transforms/NewGVN/completeness.ll
  llvm/test/Transforms/NewGVN/phi-edge-handling.ll
  llvm/test/Transforms/NewGVN/pr31682.ll
  llvm/test/Transforms/NewGVN/pr32403.ll
  llvm/test/Transforms/NewGVN/pr32838.ll
  llvm/test/Transforms/NewGVN/pr34135.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117907.404302.patch
Type: text/x-patch
Size: 9278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220129/c5d45beb/attachment.bin>


More information about the llvm-commits mailing list