[PATCH] D114732: [clang] Mark `trivial_abi` types as "trivially relocatable".

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 7 16:36:36 PST 2021


rjmccall added a comment.

I am perfectly happy accepting that syllogism.  Passing a value in registers is a trivial relocation.  If there is a reason your type shouldn't be trivially relocated, you should not make it `trivial_abi`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114732



More information about the cfe-commits mailing list