[llvm] [LoopVectorize] Add test case for minloc reduction (PR #141556)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 02:53:12 PDT 2025
madhur13490 wrote:
Hi @Mel-Chen Thanks for the review. I have addressed some of your comments. For others, I want to preserve the structure of the code generated by the Flang compiler. As said, this is extracted from Flang pipeline and particularly the IR is just before `LoopIdiomVectorize` pass, thus we have LCSSA structure preserved.
https://github.com/llvm/llvm-project/pull/141556
More information about the llvm-commits
mailing list