[all-commits] [llvm/llvm-project] a808d8: [PredicateInfo] Add test for one unknown condition...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jan 11 13:37:58 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a808d89d355c98d7475795e13271beb90e9436cb
https://github.com/llvm/llvm-project/commit/a808d89d355c98d7475795e13271beb90e9436cb
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/test/Transforms/Util/PredicateInfo/testandor.ll
Log Message:
-----------
[PredicateInfo] Add test for one unknown condition in and/or (NFC)
Test the case where one part of and/or is an icmp, while the other
one is an arbitrary value.
Commit: 00f773cf424699d8eb31591fdc95e0ca18b2682c
https://github.com/llvm/llvm-project/commit/00f773cf424699d8eb31591fdc95e0ca18b2682c
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/test/Transforms/SCCP/conditions-ranges.ll
Log Message:
-----------
[SCCP] Fix misclassified conditions in test (NFC)
Compare: https://github.com/llvm/llvm-project/compare/046612d29d78...00f773cf4246
More information about the All-commits
mailing list