rjmccall added a comment.

I think a pattern-match in IRGen is probably a much more reasonable alternative 
if the goal is primarily to avoid the code-generation overheads at -O0 / 
optimization costs at -O<n>.  You'd still have template instantiation 
overheads; I don't know how significant those really are.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99893

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

Reply via email to