[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
Mon Mar 22 08:24:42 PDT 2021


sgraenitz updated this revision to Diff 332298.
sgraenitz added a comment.

For now keep eh-lg-pic.ll a MCJIT-only test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98931

Files:
  llvm/test/CodeGen/Generic/bswap.ll
  llvm/test/ExecutionEngine/2010-01-15-UndefValue.ll
  llvm/test/ExecutionEngine/Interpreter/alias.ll
  llvm/test/ExecutionEngine/Interpreter/call-no-args.ll
  llvm/test/ExecutionEngine/Interpreter/intrinsics.ll
  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-21-EnvironmentTest.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/2007-12-10-APIntLoadStore.ll
  llvm/test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.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/fpbitcast.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/remote/cross-module-a.ll
  llvm/test/ExecutionEngine/MCJIT/remote/eh.ll
  llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
  llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
  llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
  llvm/test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll
  llvm/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
  llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
  llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
  llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
  llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
  llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
  llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.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/MCJIT/weak-function.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-cast.ll
  llvm/test/ExecutionEngine/test-interp-vec-insertelement.ll
  llvm/test/ExecutionEngine/test-interp-vec-insertextractvalue.ll
  llvm/test/ExecutionEngine/test-interp-vec-loadstore.ll
  llvm/test/ExecutionEngine/test-interp-vec-logical.ll
  llvm/test/ExecutionEngine/test-interp-vec-select.ll
  llvm/test/ExecutionEngine/test-interp-vec-setcond-fp.ll
  llvm/test/ExecutionEngine/test-interp-vec-setcond-int.ll
  llvm/test/ExecutionEngine/test-interp-vec-shift.ll
  llvm/test/ExecutionEngine/test-interp-vec-shuffle.ll
  llvm/test/Integer/2007-01-19-TruncSext.ll
  llvm/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll
  llvm/tools/lli/lli.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98931.332298.patch
Type: text/x-patch
Size: 45392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210322/3c9d05da/attachment.bin>


More information about the llvm-commits mailing list