[all-commits] [llvm/llvm-project] 62c16d: [MCJIT][test] Move MCJIT non-interpreter tests to ...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Jan 28 05:14:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62c16d82194f4c209fe9431deddf302827d37fb4
https://github.com/llvm/llvm-project/commit/62c16d82194f4c209fe9431deddf302827d37fb4
Author: Alex Bradbury <asb at igalia.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
A llvm/test/ExecutionEngine/MCJIT/fma3-jit.ll
A llvm/test/ExecutionEngine/MCJIT/frem.ll
A llvm/test/ExecutionEngine/MCJIT/mov64zext32.ll
A llvm/test/ExecutionEngine/MCJIT/test-interp-vec-arithm_float.ll
A llvm/test/ExecutionEngine/MCJIT/test-interp-vec-arithm_int.ll
A llvm/test/ExecutionEngine/MCJIT/test-interp-vec-logical.ll
A llvm/test/ExecutionEngine/MCJIT/test-interp-vec-setcond-fp.ll
A llvm/test/ExecutionEngine/MCJIT/test-interp-vec-setcond-int.ll
R llvm/test/ExecutionEngine/fma3-jit.ll
R llvm/test/ExecutionEngine/frem.ll
R llvm/test/ExecutionEngine/mov64zext32.ll
R llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll
R llvm/test/ExecutionEngine/test-interp-vec-arithm_int.ll
R llvm/test/ExecutionEngine/test-interp-vec-logical.ll
R llvm/test/ExecutionEngine/test-interp-vec-setcond-fp.ll
R llvm/test/ExecutionEngine/test-interp-vec-setcond-int.ll
Log Message:
-----------
[MCJIT][test] Move MCJIT non-interpreter tests to MCJIT subdirectory (#124463)
Moving to the MCJIT subdirectory means they can be gated by a common
lit.local.cfg. I remove the `; UNSUPPORTED: target=loongarch{{.*}}`
lines because of this (as the logic in `MCJIT/lit.local.cfg` should be
sufficient).
The move is motivated by my desire to enable more of these tests for
RISCV, and it seems like it would be wrong to keep extending the
`UNSUPPORTED` lines for these individual tests.
This patch does not move the MCJIT tests in the top-level directory that
do `-force-interpreter=true`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list