diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2023-08-25 12:06:09 -0700 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2023-08-25 14:36:43 -0700 |
commit | e5313ef55fc25b74cb9d3cd2bd74eb452274a2f2 (patch) | |
tree | ec97e53a2ce1f3d2234c7dceca4a2a01cd7b05fa /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | d0b5523632202c52b29a0b4802e918d6f75e12b2 (diff) | |
download | llvm-e5313ef55fc25b74cb9d3cd2bd74eb452274a2f2.zip llvm-e5313ef55fc25b74cb9d3cd2bd74eb452274a2f2.tar.gz llvm-e5313ef55fc25b74cb9d3cd2bd74eb452274a2f2.tar.bz2 |
[Attributor] Filter potential callees based on `noundef` arguments
If a potential callee has more arguments than the call site, the values
passed will be `poison`. If the potential callee would exhibit UB for
such `undef` argument, e.g., they are marked `noundef`, we can rule the
potential callee out.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions