[PATCH] D97982: [MC] Introduce NeverAlign fragment type

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 7 12:56:43 PST 2021


hoy added a comment.

Is it the first Bolt upstreaming patch? Good to see it!

Can you update the summary with the semantics of `FT_NeverAlign`?

Also, I'm not seeing this new type of `MCFragment` is used anywhere in this patch. Looks like the real usage will come with upcoming changes. I'm wondering if it is possible to move some of the upcoming changes there so that this patch is self-contained and can be tested by a regression test?


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

https://reviews.llvm.org/D97982



More information about the llvm-commits mailing list