[PATCH] [AArch64] Select lower sub, abs pattern to sabd on AArch64

Jyoti Allur jyoti.allur at samsung.com
Mon Dec 29 06:28:45 PST 2014


Hi Karthik,
Your original diff had it right the first time.

sub	v0.4s, v0.4s, v1.4s =>  v0.4s - v1.4s and result of substract stored to v0.4s
abs	v0.4s, v0.4s

It should be  SABDv4i32 V128:$Rn, V128:$Rm.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D6781

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list