diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2020-02-20 17:01:45 -0500 |
---|---|---|
committer | Matt Arsenault <arsenm2@gmail.com> | 2020-03-16 12:59:54 -0400 |
commit | 80b627d69d3457e9b5deac2ba10808f00c96edf6 (patch) | |
tree | 70586c4aced85a7ff0f0e44436eed7f762754542 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | c460dc6eebc3d7a0b4ec755994a9e2984223f327 (diff) | |
download | llvm-80b627d69d3457e9b5deac2ba10808f00c96edf6.zip llvm-80b627d69d3457e9b5deac2ba10808f00c96edf6.tar.gz llvm-80b627d69d3457e9b5deac2ba10808f00c96edf6.tar.bz2 |
AMDGPU/GlobalISel: Fix handling of G_ANYEXT with s1 source
We were letting G_ANYEXT with a vcc register bank through, which was
incorrect and would select to an invalid copy. Fix this up like G_ZEXT
and G_SEXT. Also drop old code to fixup the non-boolean case in
RegBankSelect. We now have to perform that expansion during selection,
so there's no benefit to doing it during RegBankSelect.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions