Displaying 4 results from an estimated 4 matches for "fpbitcast".
Did you mean:
bitcast
2012 Jun 19
2
[LLVMdev] mc jit
...Code-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
LLVM :: ExecutionEngine/MCJIT/stubs.ll
LLVM :: ExecutionEngine/MCJIT/test-arith.ll
LLVM :: E...
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
...M :: 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
> LLVM :: ExecutionEngine/MCJIT/stubs.ll
> LLVM :: ExecutionEngin...
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?