[PATCH] D73674: Propeller: LLVM support for basic block sections (Base Patch - Part 2)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 18:16:04 PST 2020


efriedma added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:147
+  /// Stores the Section type of the basic block with basic block sections.
+  MachineBasicBlockSection SectionType = MBBS_None;
+
----------------
I'd like to have MIR support for serializing/deserializing the SectionType, so we can test the BBSectionsPrepare pass separately from the passes that run after it and the asmprinter.


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

https://reviews.llvm.org/D73674





More information about the llvm-commits mailing list