[all-commits] [llvm/llvm-project] ee3c6d: [mlir] use stable_sort for OperationLegalizer::com...

Xiang Li via All-commits all-commits at lists.llvm.org
Fri Jan 20 08:33:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee3c6de722e77a7966764133b1b8a5cd1a1f562f
      https://github.com/llvm/llvm-project/commit/ee3c6de722e77a7966764133b1b8a5cd1a1f562f
  Author: Xiang Li <python3kgae at outlook.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M mlir/lib/Transforms/Utils/DialectConversion.cpp

  Log Message:
  -----------
  [mlir] use stable_sort for OperationLegalizer::computeOpLegalizationDepth

For https://github.com/llvm/llvm-project/issues/60070.
llvm::array_pod_sort will cause non-determinism when select pattern.
It is exposed by difference between windows build and linux build.

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




More information about the All-commits mailing list