[PATCH] D89479: [SimplifyCFG] Be more conservative when speculating in loops. (WIP)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 15 12:42:23 PDT 2020
spatel added a comment.
Another reason that we would likely want a finer-grain solution: recent AMD implementations appear to have full-speed lzcnt (1 cycle and full throughput according to Agner's tables for Jaguar and Ryzen).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89479/new/
https://reviews.llvm.org/D89479
More information about the llvm-commits
mailing list