[PATCH] D60295: [CodeGen] Replace -max-jump-table-size with -max-jump-table-targets

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 17:07:38 PDT 2019


evandro added a comment.

Running `llc -O1` 3 times on the byte code from `a.i` in the "reduced some more" archive:

- Before: average of 38.383s ± 0.064s
- After: average of 38.440s ± 0.049s

Or an increase of 0.15% in the run time.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60295/new/

https://reviews.llvm.org/D60295





More information about the llvm-commits mailing list