diff options
author | Michael Maitland <michaeltmaitland@gmail.com> | 2023-11-07 14:37:28 -0800 |
---|---|---|
committer | Michael Maitland <michaeltmaitland@gmail.com> | 2023-11-07 14:49:38 -0800 |
commit | 4832c88e4956b3c7dc0a5064d946477448d5239d (patch) | |
tree | 093780e928181b44fbab03c18543beb26a13580c /llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
parent | c3629923aa2c28c912a08556950e45225ddc8db7 (diff) | |
download | llvm-4832c88e4956b3c7dc0a5064d946477448d5239d.zip llvm-4832c88e4956b3c7dc0a5064d946477448d5239d.tar.gz llvm-4832c88e4956b3c7dc0a5064d946477448d5239d.tar.bz2 |
[MachineVerifier] Fix COPY check in MachineVerifier for scalable vectors
This change fixes #71518, which compared the KnownMinValue of the
scalable virtual register with the FixedSize of the physical register in
the wrong direction. It turns out that we cannot include this check at all since
it will lead to a false failures. Test cases are added to show that
the false failures no longer occur after this fix.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions