Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions 6 Packages Projects Releases Wiki Activity
llvm-project/llvm/lib/Transforms
History
chenglin.bi c8647738cd [InstCombine] Fold logic-and/logic-or by distributive laws
X && Z || Y && Z --> (X || Y) && Z
https://alive2.llvm.org/ce/z/nM6kZb

(X || Z) && (Y || Z) --> (X && Y) || Z
https://alive2.llvm.org/ce/z/_EWLRR

Fix: https://github.com/llvm/llvm-project/issues/53861

Reviewed By: spatel

Differential Revision: https://reviews.llvm.org/D139408
2022-12-14 04:43:06 +08:00
..
AggressiveInstCombine
[AggressiveInstCombine] Handle the insert point of the merged load correctly.
2022-11-29 10:53:51 +00:00
CFGuard
[NFC] Cleanup: Remove Function::getBasicBlockList() when not required.
2022-12-13 11:46:29 -08:00
Coroutines
[Transforms/Coroutines] llvm::Optional => std::optional
2022-12-13 08:32:44 +00:00
Hello
…
InstCombine
[InstCombine] Fold logic-and/logic-or by distributive laws
2022-12-14 04:43:06 +08:00
Instrumentation
[NFC] Cleanup: Remove Function::getBasicBlockList() when not required.
2022-12-13 11:46:29 -08:00
IPO
[NFC] Cleanup: Remove Function::getBasicBlockList() when not required.
2022-12-13 11:46:29 -08:00
ObjCARC
Don't include None.h (NFC)
2022-12-10 11:24:26 -08:00
Scalar
[LoopFusion] sink second loop PHIs
2022-12-13 10:13:39 -08:00
Utils
[NFC] Cleanup: Remove Function::getBasicBlockList() when not required.
2022-12-13 11:46:29 -08:00
Vectorize
[SLP][NFC]Initial redesign of ShuffleInstructionBuilder, NFC.
2022-12-13 09:37:18 -08:00
CMakeLists.txt
[NewPM][HelloWorld] Move HelloWorld to Utils
2021-02-03 12:59:40 -08:00
Powered by Gitea Version: 1.23.1 Page: 1030ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API