[all-commits] [llvm/llvm-project] dbbdf3: [InstSimplify] Canonicalize `X uge 1` to `X ne 0` ...
Iris Shi via All-commits
all-commits at lists.llvm.org
Thu Jul 31 22:24:57 PDT 2025
Branch: refs/heads/users/el-ev/pr145204-comment
Home: https://github.com/llvm/llvm-project
Commit: dbbdf3efe56adcc0b11aa152945e508e08e0d85f
https://github.com/llvm/llvm-project/commit/dbbdf3efe56adcc0b11aa152945e508e08e0d85f
Author: Iris Shi <0.0 at owo.li>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/select-icmp.ll
Log Message:
-----------
[InstSimplify] Canonicalize `X uge 1` to `X ne 0` and `X sle -1` to `X slt 0` in `simplifyICmpInst`
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