[PATCH] D125983: [DeadArgElim] Use poison instead of undef as placeholder for dead arguments

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 09:08:34 PDT 2022


fhahn accepted this revision.
fhahn added a comment.

LGTM, thanks!



================
Comment at: llvm/test/Transforms/DeadArgElim/NoundefAttrs.ll:3
 
 ; If caller is changed to pass in undef, noundef, dereferenceable and other
 ; attributes that imply immediate undefined behavior should be delete.
----------------
`undef` -> `poison`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125983



More information about the llvm-commits mailing list