[llvm] Add support for single reductions in ComplexDeinterleavingPass (PR #112875)

Nicholas Guy via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 09:45:32 PDT 2024


================
@@ -0,0 +1,170 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
----------------
NickGuy-Arm wrote:

I've removed as much of the loop as I can, however we need the IR to at least resemble a loop in order for the reduction to be valid and recognised.

https://github.com/llvm/llvm-project/pull/112875


More information about the llvm-commits mailing list