diff options
author | Arthur Eubanks <aeubanks@google.com> | 2021-11-09 17:47:43 -0800 |
---|---|---|
committer | Arthur Eubanks <aeubanks@google.com> | 2021-11-11 18:42:16 -0800 |
commit | be0b47d5304ea4190770a4504b329df7fac2ba92 (patch) | |
tree | dd27f892f1ce2b0c24bf67c91c05ec647a848934 /llvm/lib/Bitcode | |
parent | 463ee15e33c0a71c7ab13eef2eb235bcdcd792a5 (diff) | |
download | llvm-be0b47d5304ea4190770a4504b329df7fac2ba92.zip llvm-be0b47d5304ea4190770a4504b329df7fac2ba92.tar.gz llvm-be0b47d5304ea4190770a4504b329df7fac2ba92.tar.bz2 |
[llvm-reduce] Skip replacing metadata and callee operands
Metadata operands tend to require special conditions, especially on dbg
intrinsics. We also don't have a zero value for metadata.
Replacing callee operands is a little weird, since calling undef/null
doesn't make sense. It also causes tons of invalid reductions when
reducing calls to intrinsics since only arguments to intrinsics can be
of the metadata type.
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D113532
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions