[PATCH] D26304: [Power9] vector load/store with length - clang portion
Nemanja Ivanovic via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 8 05:51:07 PST 2016
nemanjai added inline comments.
================
Comment at: include/clang/Basic/BuiltinsPPC.def:304
+BUILTIN(__builtin_vsx_lxvl, "V4ivC*Ui", "")
+BUILTIN(__builtin_vsx_lxvll, "V4ivC*Ui", "")
----------------
Also, in addition to guarding for 64-bit, these should be defined to take the length parameter as a 64-bit integer.
https://reviews.llvm.org/D26304
More information about the cfe-commits
mailing list