[LoongArch] Add LoongArch support to update_llc_test_checks
authorwanglei <wanglei@loongson.cn>
Wed, 6 Jul 2022 07:58:13 +0000 (15:58 +0800)
committerWeining Lu <luweining@loongson.cn>
Wed, 6 Jul 2022 09:19:33 +0000 (17:19 +0800)
commit53d5aceb707834c4bde17de4882056bd70a009f8
tree2c868ebc055a9a39d8f68899b375f1fe88cf88f7
parent4270c9cd44f2703bc5376ff085d0add156af9080
[LoongArch] Add LoongArch support to update_llc_test_checks

Add LoongArch assembly scrubbing and triple support to update_llc_test_checks.

Depends on D128432

Reviewed By: MaskRay, xen0n

Differential Revision: https://reviews.llvm.org/D128433
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_function_name.ll [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_function_name.ll.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.generated.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.nogenerated.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/loongarch-function-name.test [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/loongarch_generated_funcs.test [new file with mode: 0644]
llvm/utils/UpdateTestChecks/asm.py