Displaying 1 result from an estimated 1 matches for "mutlethread".
Did you mean:
multithread
2016 Apr 18
3
GVN pass limitation.
...emory
"
00058 "dependency analysis (default = 100)"));
The args can be changed using opt, but we are using libclang and libllvm and
running pass with llvm passmangers. I know that -mllvm can pass llvm args,
but the llvm::cl::ParseCommandLineOptions has some issues with mutlethread
and I have reported a bug in https://llvm.org/bugs/show_bug.cgi?id=25735,
and we could not use this for now.
So if there is another way to pass this memdep-block-scan-limit into the
pass manager or context? Or how could I set this memdep-block-scan-limit
right with libclang and libllvm?
Tha...