[PATCH] D35248: [ARM] Tidy up and organise better ARM.td. NFC.

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 12:05:58 PDT 2017


javed.absar added a comment.

Thanks Florian. I will fix the indents where I missed out.

Regarding comments 'FIXME:  XYZ has currently the same ProcessorModel as ABC', I removed the comments as they are unnecessary clutter repeated over and over in the file.  The model used is explicit in next line e.g.  "cyclone", swiftmodel .. ", and from the names it is clear that it is using a different model temporarily.


https://reviews.llvm.org/D35248





More information about the llvm-commits mailing list