[all-commits] [llvm/llvm-project] f3c664: [LoopVersioning] Add test case with foldable icmp ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jan 14 05:42:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3c664e5de4e7ddc04c3b54b14c2b234616dcd1a
https://github.com/llvm/llvm-project/commit/f3c664e5de4e7ddc04c3b54b14c2b234616dcd1a
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
A llvm/test/Transforms/LoopVersioning/bound-check-partially-known.ll
Log Message:
-----------
[LoopVersioning] Add test case with foldable icmp in runtime check.
Test case showing a foldable icmp ('icmp ult i8* [[SCEVGEP1]], [[SCEVGEP1]]').
This can be simplified in a follow-up change.
More information about the All-commits
mailing list