Displaying 4 results from an estimated 4 matches for "enablelicm".
2008 Jul 06
2
[LLVMdev] Odd problem with command line options
...as easy to see what I had done wrong in the pass
> I wrote.)
>
> Jay.
OK, I finally found my problem. (Which means I took the time to track it
down.) At first glance I thought the above patch would work. It didn't.
What it turned out to be is:
./lib/CodeGen/LLVMTargetMachine.cpp:41
EnableLICM("machine-licm",
cl::init(false), cl::Hidden,
cl::desc("Perform loop-invariant code motion on machine code"));
and
./lib/CodeGen/MachineLICM.cpp:156:
static RegisterPass<MachineLICM>
X("machine-licm", "Machine Loop Invariant Code Moti...
2008 Jul 07
0
[LLVMdev] Odd problem with command line options
...30 AM, Richard Pennington wrote:
> OK, I finally found my problem. (Which means I took the time to
> track it
> down.) At first glance I thought the above patch would work. It
> didn't.
>
> What it turned out to be is:
>
> ./lib/CodeGen/LLVMTargetMachine.cpp:41
> EnableLICM("machine-licm",
> cl::init(false), cl::Hidden,
> cl::desc("Perform loop-invariant code motion on machine
> code"));
>
> and
> ./lib/CodeGen/MachineLICM.cpp:156:
> static RegisterPass<MachineLICM>
> X("machine-licm",...
2008 May 30
0
[LLVMdev] Odd problem with command line options
> I'm linking a program (my ellsif driver) that basically brings in most
> of the LLVM stuff: bitcode reading, optimizations, linking, and target
> code generation.
>
> All of a sudden, I'm getting the following when I run:
> [~/elsa/ellsif] dev% ./ellsif -v test/ofmt.i test/sieve.i -time-actions
> -O5
> <premain>: CommandLine Error: Argument
2007 Dec 23
3
[LLVMdev] Odd problem with command line options
I'm linking a program (my ellsif driver) that basically brings in most
of the LLVM stuff: bitcode reading, optimizations, linking, and target
code generation.
All of a sudden, I'm getting the following when I run:
[~/elsa/ellsif] dev% ./ellsif -v test/ofmt.i test/sieve.i -time-actions -O5
<premain>: CommandLine Error: Argument 'machine-licm' defined more than
once!