Skip to content
Commit bf662901 authored by Karthik Bhat's avatar Karthik Bhat
Browse files

Lower multiply-negate operation to mneg on AArch64

This patch pattern matches code such as-
neg	 w8, w8
mul	 w8, w9, w8
to
mneg	 w8, w8, w9

Review: http://reviews.llvm.org/D6754
llvm-svn: 224706
parent 2645d339
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment