[PATCH] D62707: [AMDGPU] Use InliningThresholdMultiplier for inline hint
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 16:33:45 PDT 2019
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/inline-hint.ll:1
+; RUN: opt -S -mtriple=amdgcn-unknown-amdhsa -O1 --inline-threshold=1 --inlinehint-threshold=2 < %s | FileCheck %s
+
----------------
Can you remove the -O1, and also move to test/Transforms/Inline/AMDGPU
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62707/new/
https://reviews.llvm.org/D62707
More information about the llvm-commits
mailing list