[PATCH] D45427: [AArch64][AsmParser] Unify code for parsing Neon/SVE vectors.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 10 04:22:45 PDT 2018
sdesmalen added inline comments.
================
Comment at: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:1876
+ .Case(".1q", { 1, 128 })
+ // '.2h' needed for fp16 scalar pairwise reductions
+ .Case(".2h", { 2, 16 })
----------------
fhahn wrote:
> The indents here seem weird. Can you run clang-format-diff before committing?
This is actually what clang-format gave me, but I see that I'm using the clang-format installed on my system which isn't very recent, where a newer version fixes this. I'll update it before committing.
https://reviews.llvm.org/D45427
More information about the llvm-commits
mailing list