Mark the internal __fast_masked_vload function as static
This commit is contained in:
2
opt.cpp
2
opt.cpp
@@ -2573,7 +2573,7 @@ llvm::RegisterPass<MakeInternalFuncsStaticPass>
|
|||||||
bool
|
bool
|
||||||
MakeInternalFuncsStaticPass::runOnModule(llvm::Module &module) {
|
MakeInternalFuncsStaticPass::runOnModule(llvm::Module &module) {
|
||||||
const char *names[] = {
|
const char *names[] = {
|
||||||
"__do_print",
|
"__do_print", "__fast_masked_vload",
|
||||||
"__gather_base_offsets_i8", "__gather_base_offsets_i16",
|
"__gather_base_offsets_i8", "__gather_base_offsets_i16",
|
||||||
"__gather_base_offsets_i32", "__gather_base_offsets_i64",
|
"__gather_base_offsets_i32", "__gather_base_offsets_i64",
|
||||||
"__gather_elt_8", "__gather_elt_16",
|
"__gather_elt_8", "__gather_elt_16",
|
||||||
|
|||||||
Reference in New Issue
Block a user