[all-commits] [llvm/llvm-project] c911be: [InstCombine] Treat passing undef to noundef param...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Sep 1 15:17:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c911befaec494c52a63e3b957e28d449262656fb
      https://github.com/llvm/llvm-project/commit/c911befaec494c52a63e3b957e28d449262656fb
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-09-01 (Thu, 01 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:
  -----------
  [InstCombine] Treat passing undef to noundef params as UB

Reviewed By: nikic

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




More information about the All-commits mailing list