public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] s390: Raise minimum clang version to 19.1.0
@ 2024-11-13 15:40 Heiko Carstens
  2024-11-13 15:40 ` [PATCH 1/2] scripts/min-tool-version.sh: Raise minimum clang version to 19.1.0 for s390 Heiko Carstens
  2024-11-13 15:40 ` [PATCH 2/2] s390/fpu: Remove inline assembly variants for old clang versions Heiko Carstens
  0 siblings, 2 replies; 7+ messages in thread
From: Heiko Carstens @ 2024-11-13 15:40 UTC (permalink / raw)
  To: Nathan Chancellor, Nick Desaulniers, Vasily Gorbik,
	Alexander Gordeev
  Cc: linux-kernel, linux-s390, Sven Schnelle, Christian Borntraeger

In order to get rid of special inline assemblies for old clang versions,
raise the minimum clang version to 19.1.0 for s390.

This allows to make use of various inline assembly format flags for which
support has been added with llvm-project commit 9c75a981554d ("[SystemZ]
Implement A, O and R inline assembly format flags (#80685)").

Heiko Carstens (2):
  scripts/min-tool-version.sh: Raise minimum clang version to 19.1.0 for s390
  s390/fpu: Remove inline assembly variants for old clang versions

 arch/s390/include/asm/fpu-insn.h | 124 -------------------------------
 scripts/min-tool-version.sh      |   2 +-
 2 files changed, 1 insertion(+), 125 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-11-14 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 15:40 [PATCH 0/2] s390: Raise minimum clang version to 19.1.0 Heiko Carstens
2024-11-13 15:40 ` [PATCH 1/2] scripts/min-tool-version.sh: Raise minimum clang version to 19.1.0 for s390 Heiko Carstens
2024-11-13 18:21   ` Nathan Chancellor
2024-11-14 17:05     ` Heiko Carstens
2024-11-14 17:25       ` Nathan Chancellor
2024-11-13 15:40 ` [PATCH 2/2] s390/fpu: Remove inline assembly variants for old clang versions Heiko Carstens
2024-11-13 18:22   ` Nathan Chancellor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox