[PATCH] D81204: [AMDGPU] Increase max iterations count to analyze complete unroll
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 16:16:11 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp:82
+static cl::opt<unsigned> UnrollMaxBlockToAnalize(
+ "amdgpu-unroll-max-block-to-analyze",
----------------
Spelling Analize
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81204/new/
https://reviews.llvm.org/D81204
More information about the llvm-commits
mailing list