[PATCH] D99843: [LoopRotate] Don't split loop pass manager

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 9 02:07:00 PDT 2021


uabelho added a comment.

Hi,

Do you know how this change affects the resulting code on average?

I'm seeing a regression in one of our benchmarks, one loop seems to look different after opt and then our backend fails to recognize it as a hardware loop anymore.
I'm not sure if it's possible to make a hardware loop out of this one too, just thought I'd ask if you've seen any major differences in the output?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99843



More information about the llvm-commits mailing list