[all-commits] [llvm/llvm-project] fa5f4a: [llubi] Return void for `InstExecutor::visit*` met...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Fri Feb 13 13:49:32 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa5f4afba9d8b5eeba30ddce25043f4e818686aa
https://github.com/llvm/llvm-project/commit/fa5f4afba9d8b5eeba30ddce25043f4e818686aa
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M llvm/tools/llubi/lib/Interpreter.cpp
Log Message:
-----------
[llubi] Return void for `InstExecutor::visit*` methods. NFC. (#181421)
The status is now maintained inside of `setResult` and other helper
functions. So we don't need to propagate the error.
This patch was part of https://github.com/llvm/llvm-project/pull/181393.
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