[PATCH] D125983: [DeadArgElim] Use poison instead of undef as placeholder for dead arguments
Nuno Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 19 10:03:15 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5fc9449c962a: [DeadArgElim] Use poison instead of undef as placeholder for dead arguments (authored by nlopes).
Herald added subscribers: cfe-commits, atanasyan, jrtc27.
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D125983?vs=430702&id=430729#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125983/new/
https://reviews.llvm.org/D125983
Files:
clang/test/CodeGen/debug-info-block-vars.c
clang/test/CodeGen/mips-unsigned-ext-var.c
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
llvm/test/DebugInfo/X86/dbgloc-insert-extract-val-instrs.ll
llvm/test/Transforms/DeadArgElim/NoundefAttrs.ll
llvm/test/Transforms/DeadArgElim/aggregates.ll
llvm/test/Transforms/DeadArgElim/byref.ll
llvm/test/Transforms/DeadArgElim/dbginfo-update-dbgval-local.ll
llvm/test/Transforms/DeadArgElim/dbginfo-update-dbgval.ll
llvm/test/Transforms/DeadArgElim/deadexternal.ll
llvm/test/Transforms/DeadArgElim/fct_ptr.ll
llvm/test/Transforms/DeadArgElim/opaque-ptr.ll
llvm/test/Transforms/DeadArgElim/variadic_safety.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125983.430729.patch
Type: text/x-patch
Size: 19325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220519/304a9489/attachment-0001.bin>
More information about the cfe-commits
mailing list