[llvm] [LV] Compute register usage for interleaving on VPlan. (PR #126437)

Yashwant Singh via llvm-commits llvm-commits at lists.llvm.org
Fri May 9 01:33:47 PDT 2025


yashssh wrote:

Sure, here's the IR reproducer to be executed via `opt -passes=loop-vectorize reproducer.ll -S -o -` 
[reproducer.txt](https://github.com/user-attachments/files/20118018/reproducer.txt) (changed the file extension to .txt to allow uploading).

The C++ function and the compiler flags used to generate the IR are here https://godbolt.org/z/ebv3nc4hY 


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


More information about the llvm-commits mailing list