[PATCH] D142446: [MC] Disable copying and moving of MCInstrDescs the C++20 way
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 13:13:51 PST 2023
dblaikie added a comment.
Alternatively, how bad would it be if aggregate initialization were removed and these objects were initialized with ctor calls? (bad for an -O0 build, no doubt... (how bad?) calling all those ctors to build the tables, but does clang optimize all the ctor calls away to the equivalent of aggregate init when using optimizations?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142446/new/
https://reviews.llvm.org/D142446
More information about the llvm-commits
mailing list