================

----------------
arichardson wrote:

```suggestion
if (V->isNullValue() && !DestTy->isX86_AMXTy())
return Constant::getNullValue(DestTy);
```
Addrspacecast was already handled above. Not sure what is special about 
isX86_AMXTy, but I guess we need it.

https://github.com/llvm/llvm-project/pull/166667
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to