[PATCH] D53371: [llvm-exegesis] Allow measuring several instructions in a single run.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 17 06:41:27 PDT 2018


lebedev.ri added a comment.

How do you plan to deal with opcodes that crash (assertion failure) the llvm as a whole?
I.e. not when the snippet crashes, but the generation of the snippet itself crashes.
I *believe* there are some cases.


Repository:
  rL LLVM

https://reviews.llvm.org/D53371





More information about the llvm-commits mailing list