[PATCH] D54540: [ADT] Drop llvm::Optional clang-specific optmization for trivially copyable types

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 14:09:30 PST 2018


bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.

Thanks. There's a bit of unused code that passes isPodLike through the layers, but this is the minimal fix. Looks good to me.


Repository:
  rL LLVM

https://reviews.llvm.org/D54540





More information about the llvm-commits mailing list