[all-commits] [llvm/llvm-project] f2d52c: [ExecutionEngine] Enable ExecutionEngine regressio...
wanglei via All-commits
all-commits at lists.llvm.org
Wed Feb 1 19:16:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2d52c0531694260dabc117472d5141401726027
https://github.com/llvm/llvm-project/commit/f2d52c0531694260dabc117472d5141401726027
Author: wanglei <wanglei at loongson.cn>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M llvm/test/ExecutionEngine/OrcLazy/emulated-tls.ll
M llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
M llvm/test/ExecutionEngine/frem.ll
M llvm/test/ExecutionEngine/lit.local.cfg
M llvm/test/ExecutionEngine/mov64zext32.ll
M llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll
M llvm/test/ExecutionEngine/test-interp-vec-arithm_int.ll
M llvm/test/ExecutionEngine/test-interp-vec-logical.ll
M llvm/test/ExecutionEngine/test-interp-vec-setcond-fp.ll
M llvm/test/ExecutionEngine/test-interp-vec-setcond-int.ll
Log Message:
-----------
[ExecutionEngine] Enable ExecutionEngine regression tests on LoongArch
This patch also sets `UNSUPPORTED` on some tests which need `mcjit` and
`emulated tls` support.
Depends on D142950
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D142954
More information about the All-commits
mailing list