[all-commits] [llvm/llvm-project] fbb003: [BOLT] Use MCInstrDesc::operands() instead of OpInfo

Jay Foad via All-commits all-commits at lists.llvm.org
Wed Jan 25 09:32:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbb003378b9cfda0f129396a9c92a53fce6d883c
      https://github.com/llvm/llvm-project/commit/fbb003378b9cfda0f129396a9c92a53fce6d883c
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
    M bolt/lib/Target/X86/X86MCPlusBuilder.cpp

  Log Message:
  -----------
  [BOLT] Use MCInstrDesc::operands() instead of OpInfo

operands() is the preferred accessor since D142213. OpInfo will be
removed in D142219.

Differential Revision: https://reviews.llvm.org/D142530




More information about the All-commits mailing list