[all-commits] [llvm/llvm-project] ee1adc: [lldb] Add a return opcode to the formatter byteco...

Adrian Prantl via All-commits all-commits at lists.llvm.org
Fri Jan 3 15:27:02 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee1adc5aab4fb517314358ce03cfda426da9c4ce
      https://github.com/llvm/llvm-project/commit/ee1adc5aab4fb517314358ce03cfda426da9c4ce
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2025-01-03 (Fri, 03 Jan 2025)

  Changed paths:
    M lldb/docs/resources/formatterbytecode.rst
    M lldb/examples/python/formatter_bytecode.py
    M lldb/source/DataFormatters/FormatterBytecode.cpp
    M lldb/source/DataFormatters/FormatterBytecode.def
    M lldb/unittests/DataFormatter/FormatterBytecodeTest.cpp

  Log Message:
  -----------
  [lldb] Add a return opcode to the formatter bytecode (#121602)

In LLVM we love our early exists and this opcode allows for simpler code
generation.



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