[PATCH] D68063: Propeller: LLVM support for basic block sections
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 13:03:52 PST 2020
davidxl added a comment.
Try to avoid monolithic patch like this. Please consider splitting it into a few smaller incremental patches with (possibly) independent testing. Logically, it can be split into 1) IR support; 2) machine BB level support; 3) debug support 4) CFI support 5) exception and 6) the 'main tranformation' part if there is one'.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68063/new/
https://reviews.llvm.org/D68063
More information about the llvm-commits
mailing list