[all-commits] [llvm/llvm-project] e88c25: [InstCombine] Add support for cast instructions in...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Thu Feb 22 11:40:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e88c255313872185b8c9738d9fa0e624de1e1bea
https://github.com/llvm/llvm-project/commit/e88c255313872185b8c9738d9fa0e624de1e1bea
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/not.ll
Log Message:
-----------
[InstCombine] Add support for cast instructions in `getFreelyInvertedImpl` (#82451)
This patch adds support for cast instructions in `getFreelyInvertedImpl`
to enable more optimizations.
Alive2: https://alive2.llvm.org/ce/z/F6maEE
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