[PATCH] D107314: [MC][CodeGen] Emit constant pools earlier

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 13:15:06 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/MC/ARM/arange-ldr.ll:4
+; Make sure that emitting constants for ldr and emitting arange work together
+; Emitting constants must come before emitting aranges since emitting aranges can end arbitrary sections
+
----------------
Add a period to the end of a complete sentence.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107314



More information about the llvm-commits mailing list