User Details
- User Since
- Dec 5 2012, 4:53 PM (538 w, 2 d)
Today
ping
Yesterday
ping
I guess this is one way to do it
Also test pointers with different address spaces
We don't have any real target specific verifier checks like this now. I do think we need some kind of target IR verifier, but just dropping this in like this is probably not the way to go about it
Thu, Mar 30
New version at D145329
Missing tests
LGTM. I"m assuming the other diffs somehow make this worthwhile since currently there's only 5 values
LGTM. I would assume this is the ordering anonymous records would get and it shouldn't really matter
Obsoleted by D147245
LGTM. Seems like an error in the kill flag insertion
I think we need to have LiveRangeEdit start doing the same thing. I guess we can start with this in a separate pass for now, and then I can look into merge it into LiveRangeEdit. One of the problems I'm trying to solve is tuple spills increasing liveness for dead lanes
Wed, Mar 29
Tue, Mar 28
Description is imprecise. It's a subclass, not a subregister class.
I thought calls to aliases were generally folded to direct calls at some point, so is there just an ordering issue?
Mon, Mar 27
Sun, Mar 26
ping
ping
Fri, Mar 24
LGTM with test nit
Thu, Mar 23
LGTM, thanks I noticed this when I was fixing printf recently but forgot to fix this part
Tue, Mar 21
Mon, Mar 20
It's a sketchy function to begin with, making a lot of assumptions about what a call looks like.
ping
Sat, Mar 18
Fri, Mar 17
Should ByteProvider really be BitProvider?
Unrelated but PromoteAllocaToVectorLimit should really move to a new PM pass parameter