Teach the AArch64 backend patterns to generate the EOR3 instruction.
authorOwen Anderson <resistor@mac.com>
Thu, 26 Aug 2021 22:50:33 +0000 (22:50 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 30 Aug 2021 20:01:08 +0000 (20:01 +0000)
commitdb9de22f2b6900bdf6f4ada73cfd6eff04de7864
treea87737d2140c9c9f79daddf852e4051f3bce1fb9
parentdaf0dfb786f0d72c2cd39a64a97f1593ccaebadf
Teach the AArch64 backend patterns to generate the EOR3 instruction.

Adds patterns to match the EOR3 instruction.

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D108793
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/test/CodeGen/AArch64/eor3.ll [new file with mode: 0644]