jdoerfert added a comment.

As I mentioned before. As long as the type is not "used" you can treat it as a 
sequence of bytes just as well. So we can lower `__float128` to `char [16]` 
with the right alignment. SPIRV will never see unsupported types and the code 
works because we never access it as `float128` anyway. WDYT?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74387/new/

https://reviews.llvm.org/D74387



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to