[PATCH] D19924: Representing bundle locked groups as fragments in MCAssembler

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 13:08:56 PDT 2016


dschuff added a comment.

So, from the perspective of an assembly file, you would put extra `.bundle_align_mode` directives to enable and disable bundling  during assembly? I guess you would still want to do this for large groups of instructions, else it's no better than just putting `.align` before each jump target, right?


Repository:
  rL LLVM

http://reviews.llvm.org/D19924





More information about the llvm-commits mailing list