aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
diff options
context:
space:
mode:
authorSergey Kachkov <109674256+skachkov-sc@users.noreply.github.com>2024-05-31 13:58:10 +0300
committerGitHub <noreply@github.com>2024-05-31 13:58:10 +0300
commitf34dedbf44a0578430f81de94f294f4474fee0fb (patch)
tree1f8482d13e056ae4afd58041bde902f0ce559ce4 /llvm/lib/Object/ELFObjectFile.cpp
parent46b3145b7c6bbe7014f9e790236717e4f8a711d8 (diff)
downloadllvm-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