[all-commits] [llvm/llvm-project] 1a1698: [CIR] Handle NullStmt (#134889)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Tue Apr 8 13:55:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a1698b5dde28debc8331ca933a226e79164949a
https://github.com/llvm/llvm-project/commit/1a1698b5dde28debc8331ca933a226e79164949a
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenStmt.cpp
M clang/test/CIR/CodeGen/basic.c
Log Message:
-----------
[CIR] Handle NullStmt (#134889)
The handling for NullStmt was going to an error saying the statement
handling wasn't implemented. It doesn't need any implementation. It is
sufficient for emitSimpleStmt to just return success for that statement
class. This change does that.
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