[PATCH] D106126: [LoopUnroll] Double thresholds instead of increasing to pragma-unroll-threshold for llvm.loop.unroll.enable

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 04:27:06 PDT 2021


lebedev.ri added a comment.

I'm not really sold on this. I suspect the fix should either be in LSR, or perhaps it's working as intended.
I guess the main problem is - is there proper documentation for `#pragma clang loop unroll(enable)`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106126/new/

https://reviews.llvm.org/D106126



More information about the llvm-commits mailing list