[PATCH] D76958: [test-suite] Add support for Hexagon
Brian Cain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 08:27:53 PDT 2020
bcain marked an inline comment as done.
bcain added inline comments.
================
Comment at: MicroBenchmarks/libs/benchmark-1.3.0/src/cycleclock.h:85
return (high << 32) | low;
+#elif defined(__hexagon__)
+ uint64_t retv;
----------------
lebedev.ri wrote:
> Can you please submit this as a pull request upstream?
Oh, you bet! I didn't know we could use PRs.
There's been a few threads and I've only skimmed them. Now that you mention it I might've seen one that mentioned test-suite and PRs.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76958/new/
https://reviews.llvm.org/D76958
More information about the llvm-commits
mailing list