diff options
author | Sergey Kachkov <109674256+skachkov-sc@users.noreply.github.com> | 2024-05-31 13:58:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 13:58:10 +0300 |
commit | f34dedbf44a0578430f81de94f294f4474fee0fb (patch) | |
tree | 1f8482d13e056ae4afd58041bde902f0ce559ce4 /llvm/lib/Object/ELFObjectFile.cpp | |
parent | 46b3145b7c6bbe7014f9e790236717e4f8a711d8 (diff) | |
download | llvm-f34dedbf44a0578430f81de94f294f4474fee0fb.zip llvm-f34dedbf44a0578430f81de94f294f4474fee0fb.tar.gz llvm-f34dedbf44a0578430f81de94f294f4474fee0fb.tar.bz2 |
[LoopPeel] Support min/max intrinsics in loop peeling (#93162)
This patch adds processing of min/max intrinsics in LoopPeel in the
similar way as it was done for conditional statements: for
min/max(IterVal, BoundVal) we peel iterations where IterVal < BoundVal
for monotonically increasing IterVal; for monotonically decreasing
IterVal we peel iterations where IterVal > BoundVal (strict comparision
predicates are used to minimize number of peeled iterations).
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions