[all-commits] [llvm/llvm-project] b8033d: MIR: Serialize a few bool function fields

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Apr 15 17:31:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8033de063f23252ac8c914965a7d7d5ef188352
      https://github.com/llvm/llvm-project/commit/b8033de063f23252ac8c914965a7d7d5ef188352
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-04-15 (Fri, 15 Apr 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/MIRYamlMapping.h
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    A llvm/test/CodeGen/MIR/X86/exception-function-state.mir

  Log Message:
  -----------
  MIR: Serialize a few bool function fields


  Commit: 193fde7509d7805771adaef0f34186cb2cf6e084
      https://github.com/llvm/llvm-project/commit/193fde7509d7805771adaef0f34186cb2cf6e084
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-04-15 (Fri, 15 Apr 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    A llvm/test/tools/llvm-reduce/mir/preserve-func-info.mir
    M llvm/tools/llvm-reduce/ReducerWorkItem.cpp

  Log Message:
  -----------
  llvm-reduce: Clone some of the easy function properties

Error on some of these other fields, since tracking down test cases
for all of these at once is exhausting.


Compare: https://github.com/llvm/llvm-project/compare/9d86bf825c21...193fde7509d7


More information about the All-commits mailing list