[llvm] [SandboxIR] More boilerplate: Function, Argument, Constant, Instruction, OpaqueInst (PR #97343)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 13:47:13 PDT 2024
================
@@ -59,8 +59,95 @@ void sandboxir::Value::printAsOperandCommon(raw_ostream &OS) const {
OS << "NULL ";
}
+void sandboxir::Argument::printAsOperand(raw_ostream &OS) const {
----------------
vporpo wrote:
Yeah these can be dropped, let me remove `using namespace llvm` and replace it with `using namespace llvm::sandboxir`.
https://github.com/llvm/llvm-project/pull/97343
More information about the llvm-commits
mailing list