[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:52:08 PDT 2018


lebedev.ri added a comment.

In https://reviews.llvm.org/D53371#1267734, @gchatelet wrote:

> In https://reviews.llvm.org/D53371#1267732, @lebedev.ri wrote:
>
> > 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.
>
>
> We were looking at those as I speak. The plan is to **not crash** :)


Ok, sounds great :)


Repository:
  rL LLVM

https://reviews.llvm.org/D53371





More information about the llvm-commits mailing list