[all-commits] [llvm/llvm-project] 711788: [PowerPC] Remove SPE from triple in VSX test
Guy David via All-commits
all-commits at lists.llvm.org
Sun Jul 6 05:23:55 PDT 2025
Branch: refs/heads/users/guy-david/fix-builtins-ppc-fpconstrained.c
Home: https://github.com/llvm/llvm-project
Commit: 71178898f20c70158bf001da622a74a10354673c
https://github.com/llvm/llvm-project/commit/71178898f20c70158bf001da622a74a10354673c
Author: Guy David <guyda96 at gmail.com>
Date: 2025-07-06 (Sun, 06 Jul 2025)
Changed paths:
M clang/test/CodeGen/PowerPC/builtins-ppc-fpconstrained.c
Log Message:
-----------
[PowerPC] Remove SPE from triple in VSX test
This test does not fail because the PPCSubtarget was not initialized,
and otherwise a fatal error occurs:
"SPE and traditional floating point cannot both be enabled.".
Tested by adding `-mllvm -enable-matrix` to the existing command-line.
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