[all-commits] [llvm/llvm-project] c54cbf: [InstCombine] Add test case for #74739. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Dec 7 13:35:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c54cbf82b865a266216475e9d82ab0c0a250b235
https://github.com/llvm/llvm-project/commit/c54cbf82b865a266216475e9d82ab0c0a250b235
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/or.ll
Log Message:
-----------
[InstCombine] Add test case for #74739. NFC
Commit: 09a05f5dcb7946494828b00d767198341ff78604
https://github.com/llvm/llvm-project/commit/09a05f5dcb7946494828b00d767198341ff78604
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/or.ll
Log Message:
-----------
[InstCombine] Drop poison generating flags on Or in simplifyAssocCastAssoc.
Fixes #74739.
Compare: https://github.com/llvm/llvm-project/compare/3bc7e552cad6...09a05f5dcb79
More information about the All-commits
mailing list