[all-commits] [llvm/llvm-project] 906302: [InstCombin] Avoid nested Create calls, to guarant...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Feb 18 00:46:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 90630225730524ee7982e1475f5af9683450d4e7
      https://github.com/llvm/llvm-project/commit/90630225730524ee7982e1475f5af9683450d4e7
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

  Log Message:
  -----------
  [InstCombin] Avoid nested Create calls, to guarantee order.

The original code allowed creating the != checks in unpredictable order,
causing http://lab.llvm.org:8011/builders/clang-cmake-x86_64-sde-avx512-linux/builds/34014
to fail.




More information about the All-commits mailing list