[PATCH] D101817: [MC][X86] Automatic alignment for Macro-Op Fusion

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 00:46:01 PDT 2021


Amir added inline comments.


================
Comment at: llvm/lib/MC/MCAssembler.cpp:1098-1100
+    for (const MCFragment *F = BF.getLastFragment(); F != &BF;
+         F = F->getPrevNode())
+      AlignedSize += computeFragmentSize(Layout, *F);
----------------
skan wrote:
> Replace tab with space here.
Verified that these are spaces (I think Phabricator just shows with >> that the indentation changed)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101817



More information about the llvm-commits mailing list