[Lldb-commits] [PATCH] D133036: [InstCombine] Treat passing undef to noundef params as UB

Arthur Eubanks via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 22 11:18:22 PDT 2022


aeubanks updated this revision to Diff 462247.
aeubanks added a comment.

add flag to disable (to be removed in the future)
"fix" lldb test
skip on msan instrumented functions


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133036/new/

https://reviews.llvm.org/D133036

Files:
  clang/test/CodeGenOpenCL/overload.cl
  lldb/test/API/functionalities/optimized_code/main.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/call-undef.ll
  llvm/test/Transforms/InstCombine/out-of-bounds-indexes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133036.462247.patch
Type: text/x-patch
Size: 10879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220922/70876fe1/attachment-0001.bin>


More information about the lldb-commits mailing list