[all-commits] [llvm/llvm-project] 242910: [InstCombine] fix test name; NFC
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Mon May 16 07:35:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 242910ac3abcdfeb80b3ae2806dc84773f23341a
https://github.com/llvm/llvm-project/commit/242910ac3abcdfeb80b3ae2806dc84773f23341a
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/and-xor-merge.ll
Log Message:
-----------
[InstCombine] fix test name; NFC
The bug number was typo'd when it was added for D86243.
Commit: 325896d82339d7328bdaf54b23f2f26cc289d597
https://github.com/llvm/llvm-project/commit/325896d82339d7328bdaf54b23f2f26cc289d597
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
A llvm/test/Transforms/PhaseOrdering/cmp-logic.ll
Log Message:
-----------
[PhaseOrdering] add tests for cmp + boolean/bitwise logic; NFC
The tests (see C++ source in #54692) have multiple potential
optimizations/canonicalizations, but we should be consistent
since they are logically identical.
Compare: https://github.com/llvm/llvm-project/compare/152072801e24...325896d82339
More information about the All-commits
mailing list