[AArch64][SVE] Add some integer DestructiveBinaryComm* patterns
authorCameron McInally <cameron.mcinally@nyu.edu>
Thu, 14 May 2020 21:07:59 +0000 (16:07 -0500)
committerCameron McInally <cameron.mcinally@nyu.edu>
Thu, 14 May 2020 21:35:49 +0000 (16:35 -0500)
commitb085e51d818a39c7e2ea659ebbefd1943689c642
tree0d2a71fe9e7284297c7884aaea0b37267cec0f06
parent184b38345746a8f2b8ff5608fdd115991fa2c0fe
[AArch64][SVE] Add some integer DestructiveBinaryComm* patterns

Add DestructiveBinaryComm* patterns for ADD, SUB, and SUBR.

Differential Revision: https://reviews.llvm.org/D76711
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-merging.ll [new file with mode: 0644]