Displaying 4 results from an estimated 4 matches for "overashr".
2012 Jun 19
2
[LLVMdev] mc jit
...3-08-23-RegisterAllocatePhysReg.ll
LLVM ::
ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
LLVM :: ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
LLVM :: ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll
LLVM :: ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll
LLVM :: ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll
LLVM :: ExecutionEngine/MCJIT/fpbitcast.ll
LLVM :: ExecutionEngine/MCJIT/hello.ll
LLVM :: ExecutionEngine/MCJIT/hello2.ll
LLVM :: ExecutionEngine/MCJIT/simplesttest.ll
LLVM :: ExecutionEngine/MCJIT/simpletest.ll...
2012 Jun 19
0
[LLVMdev] mc jit
On Mon, Jun 18, 2012 at 04:56:53PM -0700, reed kotler wrote:
> I don't see any tests in either test or test-suite for -use-mcjit.
For ARM, we need to manually switch to use mcjit, say
$ make check-all LIT_ARGS=--param=jit_impl=mcjit
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799
2012 Jun 19
0
[LLVMdev] mc jit
...Reg.ll
> LLVM ::
> ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
> LLVM :: ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
> LLVM :: ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll
> LLVM :: ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll
> LLVM :: ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll
> LLVM :: ExecutionEngine/MCJIT/fpbitcast.ll
> LLVM :: ExecutionEngine/MCJIT/hello.ll
> LLVM :: ExecutionEngine/MCJIT/hello2.ll
> LLVM :: ExecutionEngine/MCJIT/simplesttest.ll
> LLVM ::...
2012 Jun 18
4
[LLVMdev] mc jit
I don't see any tests in either test or test-suite for -use-mcjit.
Are we not testing this yet?
There are lots of other llc options.
What is our plan for testing these?