[PATCH] D98931: [lli] Make -jit-kind=orc the default JIT engine

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 02:23:12 PDT 2021


sgraenitz updated this revision to Diff 331802.
sgraenitz added a comment.
Herald added subscribers: qcolombet, MatzeB.

Run tests for common JIT tasks against both, MCJIT and Orc


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98931/new/

https://reviews.llvm.org/D98931

Files:
  llvm/test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll
  llvm/test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll
  llvm/test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll
  llvm/test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll
  llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll
  llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll
  llvm/test/ExecutionEngine/MCJIT/2003-01-15-AlignmentTest.ll
  llvm/test/ExecutionEngine/MCJIT/2003-05-06-LivenessClobber.ll
  llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll
  llvm/test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll
  llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll
  llvm/test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll
  llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll
  llvm/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll
  llvm/test/ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
  llvm/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
  llvm/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll
  llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll
  llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
  llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
  llvm/test/ExecutionEngine/MCJIT/eh.ll
  llvm/test/ExecutionEngine/MCJIT/hello.ll
  llvm/test/ExecutionEngine/MCJIT/hello2.ll
  llvm/test/ExecutionEngine/MCJIT/load-object-a.ll
  llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll
  llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
  llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
  llvm/test/ExecutionEngine/MCJIT/non-extern-addend.ll
  llvm/test/ExecutionEngine/MCJIT/pr13727.ll
  llvm/test/ExecutionEngine/MCJIT/simplesttest.ll
  llvm/test/ExecutionEngine/MCJIT/simpletest.ll
  llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
  llvm/test/ExecutionEngine/MCJIT/stubs.ll
  llvm/test/ExecutionEngine/MCJIT/test-arith.ll
  llvm/test/ExecutionEngine/MCJIT/test-branch.ll
  llvm/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll
  llvm/test/ExecutionEngine/MCJIT/test-call.ll
  llvm/test/ExecutionEngine/MCJIT/test-cast.ll
  llvm/test/ExecutionEngine/MCJIT/test-common-symbols-alignment.ll
  llvm/test/ExecutionEngine/MCJIT/test-common-symbols.ll
  llvm/test/ExecutionEngine/MCJIT/test-constantexpr.ll
  llvm/test/ExecutionEngine/MCJIT/test-data-align.ll
  llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll
  llvm/test/ExecutionEngine/MCJIT/test-fp.ll
  llvm/test/ExecutionEngine/MCJIT/test-global-ctors.ll
  llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
  llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero.ll
  llvm/test/ExecutionEngine/MCJIT/test-global.ll
  llvm/test/ExecutionEngine/MCJIT/test-loadstore.ll
  llvm/test/ExecutionEngine/MCJIT/test-local.ll
  llvm/test/ExecutionEngine/MCJIT/test-logical.ll
  llvm/test/ExecutionEngine/MCJIT/test-loop.ll
  llvm/test/ExecutionEngine/MCJIT/test-phi.ll
  llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
  llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc.ll
  llvm/test/ExecutionEngine/MCJIT/test-ret.ll
  llvm/test/ExecutionEngine/MCJIT/test-return.ll
  llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll
  llvm/test/ExecutionEngine/MCJIT/test-setcond-int.ll
  llvm/test/ExecutionEngine/MCJIT/test-shift.ll
  llvm/test/ExecutionEngine/fma3-jit.ll
  llvm/test/ExecutionEngine/frem.ll
  llvm/test/ExecutionEngine/mov64zext32.ll
  llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll
  llvm/test/ExecutionEngine/test-interp-vec-arithm_int.ll
  llvm/test/ExecutionEngine/test-interp-vec-logical.ll
  llvm/test/ExecutionEngine/test-interp-vec-setcond-fp.ll
  llvm/test/ExecutionEngine/test-interp-vec-setcond-int.ll
  llvm/tools/lli/lli.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98931.331802.patch
Type: text/x-patch
Size: 28226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/6426c4a2/attachment.bin>


More information about the llvm-commits mailing list