[PATCH] D123507: AArch64/GlobalISel: Remove asserts on copy instructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 06:26:06 PDT 2022


arsenm created this revision.
arsenm added reviewers: aemerson, paquette.
Herald added subscribers: hiraditya, kristof.beyls, rovka.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D123507

Files:
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123507.421903.patch
Type: text/x-patch
Size: 3823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220411/9d2ee709/attachment.bin>


More information about the llvm-commits mailing list