[PATCH] D79712: [AArch64][BFloat] add BFloat instruction support for AArch64
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 06:27:23 PDT 2020
john.brawn added a comment.
Could you add some tests (unless they're added in a later patch)?
As an aside, it looks like we have a large amount of vector-related patterns in AArch64InstrInfo.td that are the same except that the types are different. It would be nice if we could reduce that by making use of foreach and/or multiclass, though I don't expect you to do that here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79712/new/
https://reviews.llvm.org/D79712
More information about the llvm-commits
mailing list