[all-commits] [llvm/llvm-project] 5cc5fc: [Attributor][FIX] Try to resolve non-determinism p...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Sun Feb 2 22:48:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5cc5fce4b0d03a4dd1ca3338523621555e073a59
      https://github.com/llvm/llvm-project/commit/5cc5fce4b0d03a4dd1ca3338523621555e073a59
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/test/Transforms/IPConstantProp/multiple_callbacks.ll

  Log Message:
  -----------
  [Attributor][FIX] Try to resolve non-determinism problem for now

 There seems to be another instance of non-determinism which causes the
 number of iterations to be either 1 or 3 for one benchmark, depending
 on the system. This needs to be investigated and resolved. In the
 meantime we do not verify the number of iterations for this benchmark.




More information about the All-commits mailing list