Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,132 contributions in the last year
Contribution activity
December 2020
Created 10 commits in 1 repository
Created a pull request in apple/swift that received 22 comments
[mandatory-combine] Add a canonicalization impl and prepare to use mandatory-combine to test ownership RAUW code
This PR contains a few changes I need to make to mandatory combiner so I can use it to test my ownership RAUW code. Specifically: I added a canoni…
Opened 6 other pull requests in 1 repository
apple/swift
2
open
4
merged
- [semantic-arc] Eliminate ARC traffic from phi args that are dead except for said traffic
- [cfgoptutils] Add a new overload of addNewEdgeValueToBranch that takes an InstModCallback.
- [basicblock-utils] Add new API: JointPostDominanceSetComputer and its method findJointPostDominatingSet(...).
- [semantic-arc] Prevent future pointer invalidation issues in the OwnedToGuaranteedPhiOp transform.
- [diagnostic-verifier] Add LLVM Options so that Diagnostic Verifier aborts when it emits error diagnostics
- [ownership] Centralize all info about SILInstruction forwarding in the SILInstruction class hierarchy itself.