AArch64/GlobalISel: Remove asserts on copy instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 9 Apr 2022 13:01:32 +0000 (09:01 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 20 Apr 2022 01:04:32 +0000 (21:04 -0400)
commit96c9190761af0e278bfd7a00738c856b23748588
tree0f2f55ca4d549ad48ba2decd7a8b7f297ed66f9c
parentc129220eaa983d111c1432763db9da4526b405e3
AArch64/GlobalISel: Remove asserts on copy instructions

These things are checked in the verifier already, so there's not much
point in re-asserting them here. They aren't directly verified for the
copy-like extension artifacts, but the incorrect output copies would
be caught on the other side.
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp