[all-commits] [llvm/llvm-project] 726130: [NFC][InstCombine] Improve test coverage for inver...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Sun Dec 18 18:01:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 726130ee935d31a80e37526d0182a3a6df59b82f
https://github.com/llvm/llvm-project/commit/726130ee935d31a80e37526d0182a3a6df59b82f
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-and.ll
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-logical-and.ll
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-logical-or.ll
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-or.ll
Log Message:
-----------
[NFC][InstCombine] Improve test coverage for invertible extra uses of hands of logical op
While there, reduce bitwidth, we really don't care about testing i32 specifically.
Commit: 6adeec881a830c91d42077b9f4665531003143b1
https://github.com/llvm/llvm-project/commit/6adeec881a830c91d42077b9f4665531003143b1
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-and.ll
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-logical-and.ll
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-logical-or.ll
M llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-or.ll
Log Message:
-----------
[InstCombine] `sinkNotIntoOtherHandOfLogicalOp()`: allow extra invertible uses of hand-to-invert
Compare: https://github.com/llvm/llvm-project/compare/b20ccccda22b...6adeec881a83
More information about the All-commits
mailing list