[PATCH] D71027: Support repeated machine outlining

Jin Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 22:33:39 PDT 2020


jinlin marked an inline comment as done.
jinlin added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/machine-outliner-iterative.mir:1
+# RUN: llc -mtriple=aarch64--- -run-pass=prologepilog -run-pass=machine-outliner -outline-repeat-count=2 -verify-machineinstrs %s -o - | FileCheck %s
+
----------------
tellenbach wrote:
> Could you run this test with a higher number for `-outline-repeat-count` to verfiy that the outlining stops when no changes are found and nothing changes (beside the name of the outlined functions)?
I have updated the test case to verify that no more machine outlining is performance after the iteration is greater than 2.


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

https://reviews.llvm.org/D71027





More information about the llvm-commits mailing list