[all-commits] [llvm/llvm-project] 705e27: [LoopPeel] Add tests for peeling from end with var...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue May 20 13:08:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 705e27c23474f3177670a791b5b54eefedee0cd8
https://github.com/llvm/llvm-project/commit/705e27c23474f3177670a791b5b54eefedee0cd8
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
A llvm/test/Transforms/LoopUnroll/peel-last-iteration-with-constant-trip-count.ll
A llvm/test/Transforms/LoopUnroll/peel-last-iteration-with-variable-trip-count.ll
R llvm/test/Transforms/LoopUnroll/peel-last-iteration.ll
Log Message:
-----------
[LoopPeel] Add tests for peeling from end with variable trip counts.
Add more test coverage for peeling the last iteration with variable trip
counts. Separate test cases for constant and variable trip counts in
different files.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list