commit | afdaaba272b7541730220f07c2701233ed90a759 | [log] [tgz] |
---|---|---|
author | Dean Michael Berris <[email protected]> | Tue May 08 01:57:51 2018 |
committer | Dean Michael Berris <[email protected]> | Tue May 08 01:57:51 2018 |
tree | 258e3cc8895a5e7d2ab31bfb018e02897fa0a510 | |
parent | 356e584d9145b616cda86faaad035af5489f1bc1 [diff] |
[XRay][compiler-rt] Add llvm-mca assembler annotations for XRay (NFC) This change adds some assembler comments to facilitate analysis with llvm-mca. In particular, we're interested in identifying and later optimising (reducing) the cost of the key functions in the XRay implementation using both static analysis (with llvm-mca, etc.) and dynamic analysis (perf profiling, etc.) of microbenchmarks. llvm-svn: 331711