[all-commits] [llvm/llvm-project] 8042e6: [InstCombine] Fold trunc nuw/nsw (shr exact %x, %y...
Andreas Jonson via All-commits
all-commits at lists.llvm.org
Sun Jul 19 00:55:22 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8042e61d6ae99347e8cab040b324b33cabfb1d4a
https://github.com/llvm/llvm-project/commit/8042e61d6ae99347e8cab040b324b33cabfb1d4a
Author: Andreas Jonson <andjo403 at hotmail.com>
Date: 2026-07-19 (Sun, 19 Jul 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/test/Transforms/InstCombine/trunc.ll
Log Message:
-----------
[InstCombine] Fold trunc nuw/nsw (shr exact %x, %y) to i1 -> icmp ne %x, 0 (#210499)
Proof: https://alive2.llvm.org/ce/z/de6gru
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