[all-commits] [llvm/llvm-project] 7211db: [Attributor][NFCI] Remove non-deterministic behavi...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu Mar 10 21:28:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7211dbd01da3a0e2f3550e1987291b3c84f7ffc6
      https://github.com/llvm/llvm-project/commit/7211dbd01da3a0e2f3550e1987291b3c84f7ffc6
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][NFCI] Remove non-deterministic behavior and debug output


  Commit: e8fadafe774c7e601129be50cedce1dd20843cea
      https://github.com/llvm/llvm-project/commit/e8fadafe774c7e601129be50cedce1dd20843cea
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][NFCI] Make AAPointerInfo deterministic

The order in which we kept accesses was non-deterministic and a debug
output was a pointer value. Fixed both.


Compare: https://github.com/llvm/llvm-project/compare/1f3a8d58a623...e8fadafe774c


More information about the All-commits mailing list