[PATCH] D26551: [Power9] Add patterns for vnegd, vnegw

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 13 18:55:17 PST 2016


nemanjai added inline comments.


================
Comment at: lib/Target/PowerPC/PPCInstrAltivec.td:1319
+                           [(set v2i64:$vD,
+                            (sub (v2i64 (bitconvert (v4i32 immAllZerosV))), v2i64:$vB))]>;
 
----------------
Please fix the length of this line on the commit.


https://reviews.llvm.org/D26551





More information about the llvm-commits mailing list