[PATCH] D71066: [ARM][MVE][Intrinsics] Add VMULL[BT]Q_(INT|POLY) intrinsics.
Mikhail Maltsev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 09:25:06 PST 2019
miyuki added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMInstrMVE.td:286
+ // The LLVM ValueType representing the vector double the size of Vec,
+ // so we can use it in ISel patterns.
----------------
As I understand from the code below, the comment should say that the vector size is the same, but the element size is doubled compared to Vec.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71066/new/
https://reviews.llvm.org/D71066
More information about the cfe-commits
mailing list