Hi,
This is a query regarding loop peel with a run-time const iteration.
For case [AArch64] Performance is now affected due to unaligned access · Issue #59912 · llvm/llvm-project · GitHub, as the offset of the int array[NUM] in caller function foo_unalign is not a compile-time constants, so I can’t use the API peelLoop to peel the specific number of loop count.
Do we have a similar API to solve this problem? Any suggestions would be very welcome.
Regards,