User Details
- User Since
- May 31 2023, 5:10 AM (26 w, 6 d)
Wed, Nov 15
@dblaikie Hi, sorry for the late response I want to get back to this and add the test, but got sidetracked by other stuff, I'll add it later. Thanks.
Sep 11 2023
Sep 5 2023
Added new line at the end of the test file
Aug 31 2023
Fixed dot-scops-npm.ll test.
Aug 30 2023
Aug 17 2023
Fixed tests that were failing. The new implementation does not leave extra whitespace.
Aug 16 2023
Ping @nikic
Aug 9 2023
Added changes requested by apilipenko, where the HandleBasicBlock now prepends the BB name and then appends instructions instead of using << operator on the whole BB.
Jul 18 2023
Fixed typo in a comment.
Jul 13 2023
I don't have commit rights, could I get someone to commit this for me please?
I don't have commit rights, could I get someone to commit this for me please?
Jul 12 2023
Ping @nikic
Jun 30 2023
Fixed polly test to contain the new header.
Jun 29 2023
Jun 23 2023
Fix for hash to not break the DenseSet contract and small optimizations
Jun 19 2023
The implementation approach is also quite inefficient: We're performing pairwise, recursive comparisons of all phis.
Recursion is of course not ideal, but the comparison has an upper limit. Would you suggest trying to make this into an iterative approach?
Jun 16 2023
Squashed 2 commits into one to have a correct diff.
Fixed formatting errors to match clang-format.