User Details
- User Since
- Jan 30 2022, 10:17 AM (96 w, 6 d)
Sep 19 2023
Add ToDo to cover more cases
Sep 14 2023
Sep 12 2023
Rebase
Rebase
Sep 9 2023
@jdoerfert @goldstein.w.n ping
Sep 8 2023
Use computeKnownBits instead of isKnownNonEqual
Use icmp eq instead of ne for precondition
Sep 7 2023
Can someone land the baseline tests patch and this patch for me? I do not have commit access.
Remove unnecessary nullptr checks
Sep 5 2023
Add tests and change order of checks
Sep 2 2023
Rebase onto ValueTracking change
Reflect changes to tests
Address review comment
Sep 1 2023
Use lambda to avoid code duplication
Rebase
Rebase
Update commit message
Rebase
Rebase
Rebase
Rebase
Update commit messgae
Aug 30 2023
Apply review feedback
Rebase
Rebased
Update link to code rev
May 21 2023
Nov 23 2022
Some of the negative tests still evaluate to 'false' or 'true'. I currently have no idea how to fix this ...
Rebase
Apply improvements
Nov 22 2022
Apply latest baseline test changes
Test the right things:
Oct 28 2022
Oct 27 2022
Rebase
@spatel here we go! Everything should be tested now. Let me know if I am missing something.
Add more tests for ValueTracking API calls
Oct 24 2022
@spatel is one test case for icmpeq and one for icmpne enough for checking this?
Add test cases for checking non-immediate select arms
Oct 3 2022
Fix 0 select arm tests
Fix bug
Rebase
Rebase and format
Fix naming
Remove multi-use tests
Delete superflous commuted tests and reflect changes from eq to the ne test file
Add negative tests
Sep 19 2022
As of tomorrow I am on vacation for about two weeks. I hope we can put this on hold until I am available again ...
Code improvements
Sep 18 2022
@nlopes Oh, thanks for reporting. Seems there is a copy/paste mistake in the code. Fixed it here: https://reviews.llvm.org/D134135
Sep 16 2022
Add negative tests
Consider more checks and icmp ne as well
Rebase
Rebase
Sep 15 2022
Will execute clang-format later
Update summary
Sep 14 2022
Sep 9 2022
@spatel sorry, forgot to refresh the test ref. Now the change is ready for the final review ...
Update test ref
Code cleanup
Code cleanup
Better handling for nuw and nsw flags in tests