mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
`enableSplitting` simply enables/disables whether we should split or use the full buffer. `insertMarkerInOutput` toggles if split markers should be inserted in between prcessed output chunks. These options allow for merging the duplicate code paths we have when splitting is optional. Differential Revision: https://reviews.llvm.org/D128764