[all-commits] [llvm/llvm-project] ae6148: [UpdateTestChecks] Fix PowerPC RE to support AIX a...
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Mon Jan 4 18:32:22 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae614851631387f86cb7ab1f33a4851a6549c279
https://github.com/llvm/llvm-project/commit/ae614851631387f86cb7ab1f33a4851a6549c279
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M llvm/test/CodeGen/PowerPC/aix-lr.ll
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ppc_generated_funcs.ll
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ppc_generated_funcs.ll.generated.expected
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ppc_generated_funcs.ll.nogenerated.expected
M llvm/utils/UpdateTestChecks/asm.py
Log Message:
-----------
[UpdateTestChecks] Fix PowerPC RE to support AIX assembly
Current update_llc_test_checks.py cannot generate checks for AIX
(powerpc64-ibm-aix-xcoff) properly. Assembly generated is little bit
different from Linux. So I use begin function comment here to capture
function name.
Reviewed By: MaskRay, steven.zhang
Differential Revision: https://reviews.llvm.org/D93676
More information about the All-commits
mailing list