aprantl added a comment.

If gracefully lowering rvalue references to references needs knowledge about 
the Clang typesystem (or depends on LLVM IR type uniquing to be efficient, as 
@dblaikie points out) then we should do it in the Clang frontend. As much as we 
can we should avoid encoding debug info format specific knowledge in the Clang 
frontend, but that's not always possible. I'm fine with taking this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100630

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

Reply via email to