[all-commits] [llvm/llvm-project] e41962: [CodeGenPrep] Change ValueToSExts from DeseMap to ...

HaohaiWen via All-commits all-commits at lists.llvm.org
Thu Nov 3 20:15:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e419620fc2f55cbc2decd468778376ec08d0190d
      https://github.com/llvm/llvm-project/commit/e419620fc2f55cbc2decd468778376ec08d0190d
  Author: Haohai Wen <haohai.wen at intel.com>
  Date:   2022-11-04 (Fri, 04 Nov 2022)

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

  Log Message:
  -----------
  [CodeGenPrep] Change ValueToSExts from DeseMap to MapVector

mergeSExts iterates throught ValueToSExts. Using DenseMap result in
unstable optimization path so that output IR may vary even if the input
IR is same.

Reviewed By: wxiao3

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




More information about the All-commits mailing list