[PATCH] D35076: [AArch64] Add an SVE target feature to the backend and TargetParser
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 02:18:25 PDT 2017
aemerson added a comment.
I'm not really removing FPUMode, I'm just converting an enum to a bit field. FPUMode, i.e. no NEON, after this change is now represented by simply having all bits be 0. See the equivalent implementation for ARM which does the same thing.
Repository:
rL LLVM
https://reviews.llvm.org/D35076
More information about the llvm-commits
mailing list