[clang] [clang]SveEmitter:Update isVoid() to address #87271 (PR #87276)

2024-04-01 Thread Danny Mösch via cfe-commits
https://github.com/SimplyDanny approved this pull request. https://github.com/llvm/llvm-project/pull/87276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang]SveEmitter:Update isVoid() to address #87271 (PR #87276)

2024-04-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: aniplcc (aniplcc) Changes Fixes #87271 --- Full diff: https://github.com/llvm/llvm-project/pull/87276.diff 1 Files Affected: - (modified) clang/utils/TableGen/SveEmitter.cpp (+1-1) ``diff diff --git a/clang/utils/TableGen/Sv

[clang] [clang]SveEmitter:Update isVoid() to address #87271 (PR #87276)

2024-04-01 Thread via cfe-commits
https://github.com/aniplcc created https://github.com/llvm/llvm-project/pull/87276 Fixes #87271 >From f12399dc808ff46b129e0644f68d840bd0519a55 Mon Sep 17 00:00:00 2001 From: aniplcc Date: Tue, 2 Apr 2024 00:39:43 +0530 Subject: [PATCH] [clang]SveEmitter:Update isVoid() to address #87271 ---