diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2024-02-23 11:31:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 11:31:24 +0000 |
commit | 22734e15d8f2c437e8543f19632299d2e09b31f3 (patch) | |
tree | fdeaec7ebe5c006f97c51775a8b15166a2757d35 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 790bcecce6c135476d2551805c09ed670b9f8418 (diff) | |
download | llvm-22734e15d8f2c437e8543f19632299d2e09b31f3.zip llvm-22734e15d8f2c437e8543f19632299d2e09b31f3.tar.gz llvm-22734e15d8f2c437e8543f19632299d2e09b31f3.tar.bz2 |
[Clang][AArch64] Fix 'svzero_za' intrinsic to take no arguments. (#82648)
We previously defined svzero_za as:
void svzero_za();
rather than:
void svzero_za(void);
Which meant that Clang accepted arguments. Compiling for example
`svzero_za(<non-constant integer>)` ended up with incorrect IR and a
compiler crash because it couldn't select an instruction for it.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions