[PATCH] D110594: [SimpleLoopUnswitch] Allow threshold to be specified zero or more times
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 15:40:42 PDT 2021
ctetreau added a comment.
In D110594#3026096 <https://reviews.llvm.org/D110594#3026096>, @aeubanks wrote:
> What's the motivation behind this?
> In general I don't think we support this sort of -mllvm behavior.
Internally, we have clang set this to override the default. Then, if the user tries to set it, they will get an error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110594/new/
https://reviews.llvm.org/D110594
More information about the llvm-commits
mailing list