[clang-tools-extra] r248438 - Fix loop-convert for trivially copyable types.

comex via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 26 21:02:21 PDT 2015


On Thu, Sep 24, 2015 at 7:28 AM, Manuel Klimek via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Fix loop-convert for trivially copyable types.

If I'm not misunderstanding the patch, "trivially copyable" by itself
seems like a suboptimal test.  After all, "trivial" can still include
an expensive memcpy of a large struct.


More information about the cfe-commits mailing list