[PATCH] D16195: [AArch64] Multiply extended 32-bit ints with `[U|S]MADDL'.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 09:25:57 PST 2016


t.p.northover added a comment.

It's probably worth adding patterns for the non-XZR case too while we're at it (the basic ones are in AArch64InstrFormats.td around WideMulAccum, but since that's only a class we can't add them there).


http://reviews.llvm.org/D16195





More information about the llvm-commits mailing list