[all-commits] [llvm/llvm-project] e48fe7: [InstCombine] Remove foldSelectWithFrozenICmp() fo...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 2 06:18:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e48fe7627732162683245f712eb84d1155ffcd58
https://github.com/llvm/llvm-project/commit/e48fe7627732162683245f712eb84d1155ffcd58
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-10-02 (Thu, 02 Oct 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
[InstCombine] Remove foldSelectWithFrozenICmp() fold (#161659)
After https://github.com/llvm/llvm-project/pull/154336 this fold no
longer triggers, as the freeze will be pushed through to the icmp
operands, and generic handling will take care of it.
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