[all-commits] [llvm/llvm-project] 18de7c: Revert "[InstCombine] Treat passing undef to nound...

Omair Javaid via All-commits all-commits at lists.llvm.org
Fri Sep 2 04:12:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18de7c6a3b3689bf69215429bde1fb2330a3e69d
      https://github.com/llvm/llvm-project/commit/18de7c6a3b3689bf69215429bde1fb2330a3e69d
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-09-02 (Fri, 02 Sep 2022)

  Changed paths:
    M clang/test/CodeGenOpenCL/overload.cl
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/test/Transforms/InstCombine/call-undef.ll
    M llvm/test/Transforms/InstCombine/out-of-bounds-indexes.ll

  Log Message:
  -----------
  Revert "[InstCombine] Treat passing undef to noundef params as UB"

This reverts commit c911befaec494c52a63e3b957e28d449262656fb.

It has broken LLDB Arm/AArch64 Linux buildbots. I dont really understand
the underlying reason. Reverting for now make buildbot green.

https://reviews.llvm.org/D133036




More information about the All-commits mailing list