Details
Details
- Reviewers
t.p.northover
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi,
This is the patch implementing aarch64 neon instruction class SIMD Across. Review, please!
Thanks,
-Jiangning
Comment Actions
Hi Jiangning,
Ana's probably the expert on the NEONEmitter, though I didn't see anything obviously wrong. Just one other comment.
Cheers.
Tim.
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
1958 | Couldn't this block be: if (AcrossVec) { ... } else if (OverloadInt) { ... } else ... for(...) Ops.push_back(...) |
Couldn't this block be: