[PATCH] D62707: [AMDGPU] Use InliningThresholdMultiplier for inline hint
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 07:54:12 PDT 2019
arsenm added inline comments.
================
Comment at: test/Transforms/Inline/AMDGPU/inline-hint.ll:1
+; RUN: opt -S -mtriple=amdgcn-unknown-amdhsa -O1 --inline-threshold=1 --inlinehint-threshold=2 < %s | FileCheck %s
+
----------------
You need to replace -O1 with -inline, not just remove it
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62707/new/
https://reviews.llvm.org/D62707
More information about the llvm-commits
mailing list