diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2023-12-04 13:30:41 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 13:30:41 +0700 |
commit | bc1fe6fd49b28e52ad289ec2aee6ea5709c3b25c (patch) | |
tree | 863042538cf218e751f5f9b0ddfb39df651f643b /llvm/tools/llvm-reduce/llvm-reduce.cpp | |
parent | fe0d629c1ebb175fc224fb016757e9a979a6c1e4 (diff) | |
download | llvm-bc1fe6fd49b28e52ad289ec2aee6ea5709c3b25c.zip llvm-bc1fe6fd49b28e52ad289ec2aee6ea5709c3b25c.tar.gz llvm-bc1fe6fd49b28e52ad289ec2aee6ea5709c3b25c.tar.bz2 |
RegisterCoalescer: Fix producing malformed IMPLICIT_DEFs (#73784)
If this was coalescing a SUBREG_TO_REG as a copy, the resulting
instruction would be an IMPLICIT_DEF with an unexpected 2 immediate
operands, which need to be dropped. Until recently the verifier did not
catch this error, and an assert would fire if later the broken
IMPLICIT_DEF was rematerialized P
#73758 is related, it changes the failure mode to a verifier error.
Diffstat (limited to 'llvm/tools/llvm-reduce/llvm-reduce.cpp')
0 files changed, 0 insertions, 0 deletions