[all-commits] [llvm/llvm-project] fe955e: TargetPassConfig: const char * -> const char []
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Nov 26 11:28:22 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe955e6c70e8c26c605751da239a54cd31f8beee
https://github.com/llvm/llvm-project/commit/fe955e6c70e8c26c605751da239a54cd31f8beee
Author: Fangrui Song <maskray at google.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M llvm/lib/CodeGen/TargetPassConfig.cpp
Log Message:
-----------
TargetPassConfig: const char * -> const char []
The latter has better codegen in non-optimized builds, which do not run
ipsccp.
More information about the All-commits
mailing list