[PATCH] [PPC64] Add ABI support for v1i128
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Mon May 4 13:10:13 PDT 2015
LGTM with one small change. Thanks for the thoroughly documented test case!
================
Comment at: test/CodeGen/PowerPC/ppc64-i128-abi.ll:22
@@ +21,3 @@
+define <1 x i128> @v1i128_increment_by_one(<1 x i128> %a) nounwind {
+; %tmp = load <1 x i128>, <1 x i128>* @a
+ %tmp = add <1 x i128> %a, <i128 1>
----------------
Remove commented-out line.
http://reviews.llvm.org/D9475
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list