[all-commits] [llvm/llvm-project] 22e69a: [MachineRegisterInfo] Simplify code so it matches ...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Sat Feb 12 08:47:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22e69afa3b1dd9e6c77d3a75a77f6f4094e77a26
      https://github.com/llvm/llvm-project/commit/22e69afa3b1dd9e6c77d3a75a77f6f4094e77a26
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-02-12 (Sat, 12 Feb 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h

  Log Message:
  -----------
  [MachineRegisterInfo] Simplify code so it matches the description


  Commit: bee4531bee0c1d9ce64ee80ce26ddd92c23b9ade
      https://github.com/llvm/llvm-project/commit/bee4531bee0c1d9ce64ee80ce26ddd92c23b9ade
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-02-12 (Sat, 12 Feb 2022)

  Changed paths:
    M llvm/lib/CodeGen/MachineSink.cpp

  Log Message:
  -----------
  [MachineSink] Inline getRegUnits

Reg unit sets are uniqued, so no need to wrap it in a set.


Compare: https://github.com/llvm/llvm-project/compare/96b7e0b5a0c6...bee4531bee0c


More information about the All-commits mailing list