[PATCH] D121093: [Driver][AArch64] Split up aarch64-cpus.c test further

Simon Tatham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 04:07:18 PST 2022


simon_tatham accepted this revision.
simon_tatham added inline comments.


================
Comment at: clang/test/Driver/aarch64-cpus.c:2
+// Check target CPUs are correctly passed.
+// TODO: The files should be split up by categories, e.g. by architecture versions, to avoid excessive test
 // times for large single test files.
----------------
tmatheson wrote:
> tyb0807 wrote:
> > simon_tatham wrote:
> > > Tiniest nit ever: what files is this comment talking about?
> > > 
> > > (In the previous version, it followed on from a previous comment that gave the name of the file containing other half of the tests in question. Now it doesn't, so the wording is no longer clear.)
> > This is for just in case we want to split up this file (aarch64-cpus.c) further, into smaller files such as aarch64-cortex-a53.c, aarch64-cortex-a57.c, etc. Do you think we still need to do this, or this file looks ok to you in its current state?
> 
I do quite like the idea of a whole set of aarch64-cortex-<foo>.c files, for the same reason I mentioned in D120875: it means that when someone is implementing support for the next CPU, they'll look at the existing test collection and naturally add a new file alongside all the others, instead of naturally appending another stanza to this file which will eventually grow too big again.

But like the previous patch, I won't block you making this much improvement just because you haven't made even more improvement :-)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121093/new/

https://reviews.llvm.org/D121093



More information about the cfe-commits mailing list