[all-commits] [llvm/llvm-project] 94830b: [WebAssembly] Use SetVector to stabilize iteration...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Jul 20 00:02:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94830bf56cb660feb3ee7ead39cc0fbb70e0c0b5
      https://github.com/llvm/llvm-project/commit/94830bf56cb660feb3ee7ead39cc0fbb70e0c0b5
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
    M llvm/test/CodeGen/WebAssembly/functype-emission.ll

  Log Message:
  -----------
  [WebAssembly] Use SetVector to stabilize iteration order after D120365

StringMap iteration order is not guaranteed to be deterministic
(https://llvm.org/docs/ProgrammersManual.html#llvm-adt-stringmap-h).




More information about the All-commits mailing list