[PATCH] D77290: [OpenMP] Specialize OpenMP calls after template instantiation

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 18:34:15 PDT 2020


jdoerfert added a comment.

I figured in TreeTransform everyone would get this behavior but actually only template instantiation wants it so I put it there instead.  Do you think it is better placed in the generic TreeTransform code after all?
At least this time I verified the test passes. Sorry for that btw.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77290





More information about the cfe-commits mailing list