1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/utils/UpdateTestChecks
Alex Richardson 14442d2503 [update_(llc_)test_checks.py] Support pre-processing commands
This has been rather useful in our downstream CHERI target where we want
to run tests both with addrspace(0) and addrspace(200) pointers.
With this patch we can prefix the opt command with
`sed -e 's/addrspace(200)/addrspace(0)/g' -e 's/-A200-P200-G200//g'` to
test both cases using the same IR input.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D95137
2021-04-28 12:19:19 +01:00
..
__init__.py
asm.py [X86][update_llc_test_checks] Use a less greedy regular expression for replacing constant pool labels in tests. 2021-03-28 11:39:46 -07:00
common.py [update_(llc_)test_checks.py] Support pre-processing commands 2021-04-28 12:19:19 +01:00