[all-commits] [llvm/llvm-project] b8979c: [PPC][InlineASM] Mark the 'a' constraint as unsupp...
Kamau Bridgeman via All-commits
all-commits at lists.llvm.org
Mon Jun 24 05:33:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8979c6b13e9d4cb5051dd6f8ca772a20b14b428
https://github.com/llvm/llvm-project/commit/b8979c6b13e9d4cb5051dd6f8ca772a20b14b428
Author: Kamau Bridgeman <kamau.bridgeman.ibm at gmail.com>
Date: 2024-06-24 (Mon, 24 Jun 2024)
Changed paths:
M clang/lib/Basic/Targets/PPC.h
A clang/test/CodeGen/PowerPC/inline-asm-constraints-error.c
Log Message:
-----------
[PPC][InlineASM] Mark the 'a' constraint as unsupported (#96109)
'a' is an input/output constraint for restraining assembly variables
to an indexed or indirect address operand. It previously was marked
as supported but would throw an assertion for unknown constraint type
in the back-end when this test case was compiled. This change marks it
as unsupported until we can add full support for address operands
constraining to the compiler code generation.
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