[all-commits] [llvm/llvm-project] 919187: [PowerPC] Use `SmallSetVector` to enable determini...

Kai Luo via All-commits all-commits at lists.llvm.org
Wed Apr 24 18:28:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 919187871d142496d53bca8732677e0811b32409
      https://github.com/llvm/llvm-project/commit/919187871d142496d53bca8732677e0811b32409
  Author: Kai Luo <lkail at cn.ibm.com>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp

  Log Message:
  -----------
  [PowerPC] Use `SmallSetVector` to enable deterministic build (#89875)

This is to address the issue in
https://lab.llvm.org/buildbot/#/builders/54.
`SmallSetVector` interfaces as set and can be iterated in a
deterministic order.



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