hanchenye-llvm-project/polly/include/polly/CodeGen
Tobias Grosser f4a3ff008d [RuntimeDebugBuilder] Print vectors passed without withspaces
Originally the RuntimeDebugBuilder printed vectors with withspaces
between the elements. This historic use is meanwhile gone, but the
functionality is still available.

We now change the behavior to print elements just one after the other
without adding white spaces in between. This is useful for D45743, an
upcoming commmit, which also adds test coverage for this feature.

In general, printing elements of a vector directly is more generic as
it allows uses where no white-spaces are desired. Specifically, it
allows the user to build vectors of items to be printed where their
length is only known at run-time.

llvm-svn: 330292
2018-04-18 20:28:26 +00:00
..
BlockGenerators.h Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
CodeGeneration.h Adjust to clang-format changes 2018-03-20 17:16:32 +00:00
CodegenCleanup.h
IRBuilder.h Disable the Loop Vectorizer in case of GEMM 2017-08-22 17:38:46 +00:00
IslAst.h Adjust to clang-format changes 2018-03-20 17:16:32 +00:00
IslExprBuilder.h [IslExprBuilder] Do not generate RTC with more than 64 bit 2017-09-23 15:32:07 +00:00
IslNodeBuilder.h Adjust to clang-format changes 2018-03-20 17:16:32 +00:00
LoopGenerators.h Disable the Loop Vectorizer in case of GEMM 2017-08-22 17:38:46 +00:00
PPCGCodeGeneration.h [ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed memory. 2017-08-09 12:59:23 +00:00
PerfMonitor.h [CodeGen] Track trip counts per-scop for performance measurement. 2017-06-02 11:36:52 +00:00
RuntimeDebugBuilder.h [RuntimeDebugBuilder] Print vectors passed without withspaces 2018-04-18 20:28:26 +00:00
Utils.h Adjust to clang-format changes 2018-03-20 17:16:32 +00:00