[llvm] [LLVM IR] [LoopPeel] Performing loop split to reduce divergence. (PR #102283)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 02:50:20 PDT 2024
vg0204 wrote:
While formulating the requirements for this task, I also found the same that LoopBoundSplit does the job covering some of monotonic conditionals. But, did not found to be used by the pass pipeline. Could you comment on that why is it so?
https://github.com/llvm/llvm-project/pull/102283
More information about the llvm-commits
mailing list