[llvm] [SimpleLoopUnswitch] Record loops from unswitching non-trivial conditions (PR #141121)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 24 01:47:06 PDT 2025
antoniofrighetto wrote:
> Does this mean that we can now only unswitch a single condition in the loop?
It should mean that the conditions that have happened to be created in the new sibling loops during cloning won't be unswitched further.
https://github.com/llvm/llvm-project/pull/141121
More information about the llvm-commits
mailing list