krzysz00 wrote:

@arsenm On further investigation, I misdiagnosed the issue and have updated the 
commit message accordingly. The real problem is the 
addrspacecast(addrspacecast(x)) => addrspacecast(x)` fold that was getting rid 
of the fat pointer intermediate, and then infer-address-spaces did what it was 
meant to do.

https://github.com/llvm/llvm-project/pull/126828
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to