Details
- Reviewers
lenary pratlucas - Commits
- rG6cff86ff7e5c: [ARM][AArch64] De-template TargetParser types
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Support/ARMTargetParser.cpp | ||
|---|---|---|
| 490 | Nit: use const auto & here instead. | |
Some comments. The namespace one is more important than the plural-ness comments.
| llvm/include/llvm/Support/AArch64TargetParser.h | ||
|---|---|---|
| 86 | is this in a different namespace to the arm version of this struct? also, why does this class have a plural name? It doesn't represent a list, it represents an entry in a list? is this something we can fix now? | |
| 135 | I think this also needs to be in a namespace so it doesn't collide with the ARM variant? I have similar issues with the pluralness of this class name. | |
| llvm/include/llvm/Support/AArch64TargetParser.h | ||
|---|---|---|
| 25 | There is an AArch64 and an ARM namespace. | |
There is an AArch64 and an ARM namespace.