[PATCH] D104028: Add an optional PriorityInlineOrder

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 13:27:52 PDT 2021


mtrofin added inline comments.


================
Comment at: llvm/test/Transforms/Inline/inline_call.ll:3
 ; RUN: opt < %s -O3 -S | FileCheck %s
+; RUN: opt < %s -O3 -inline-enable-priority-order=true -S | FileCheck %s
 
----------------
in this and the other test files, is there something different in the output  from line 2 and line 3, so that you can add a check that enable-priority-order actually does something different?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104028



More information about the llvm-commits mailing list