Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D107822
Change Details
Change Details
Old
New
Diff
In this patch, we remove the int2ptr [ptr2int (p)] if p is dereferenceable. If the user of the round-trip cast is dominated by a load/store instruction of the same address, then we can replace round-trip cast with bitcast.
In this patch, we remove the int2ptr [ptr2int (p)] if p is dereferenceable. If the user of the round-trip cast is dominated by a load/store instruction of the same address, then we can replace round-trip cast with bitcast.
In this patch, we remove the int2ptr [ptr2int (p)] if p is dereferenceable. If the user of the round-trip cast is dominated by a load/store instruction of the same address, then we can replace round-trip cast with bitcast.
Continue