User Details
- User Since
- Dec 3 2014, 6:10 PM (319 w, 6 d)
Fri, Jan 15
Sorry about the commit spam.
update comment
remove unused cast
remove unused include
include all commits.
Include more commits.
Update implementation to use local cache and add unit tests.
Thu, Jan 14
ping -- @fhahn , does the new change look reasonable to you?
Thu, Jan 7
Copy all metadata.
Wed, Jan 6
Ping.
Ping.
For NewGVN and IPSCCP PredicateInfo would have to handle it, and I'm pretty sure we want to avoid that.
@nikic Would you mind explaining why? If there is a good reason we cannot do this in NewGVN then D93850 might be the best we could do.
Tue, Dec 29
Mon, Dec 28
@lebedev.ri , I made another patch by changing only GVN -- please take a look at D93888. If it could be approved, I will close this PR ("diff"?).
I am very confused why NewGVN doesn't seem to propagate switch condition values: https://godbolt.org/z/9a9P51. Some guidance on porting this to NewGVN would be appreciated!
@lebedev.ri , here is what GVN does for the current output, and this is the new behavior. Note that the first one does
@lebedev.ri , which "hook" did you mean?
Sun, Dec 27
Here is a longer example showing the improvements of this change: