[PATCH] D139378: Add noundef metadata to load instructions (preliminary 4 or 4)

John McIver via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 6 08:00:31 PST 2022


jmciver created this revision.
jmciver added reviewers: vitalybuka, jdoerfert, rjmccall, aqjune, efriedma, nikic.
Herald added a project: All.
jmciver retitled this revision from "[clang][CodeGen] Add noundef metadata to load instructions (item 4)" to "Add noundef metadata to load instructions (preliminary 4 or 4)".
jmciver edited the summary of this revision.
jmciver published this revision for review.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Add noundef attribute support when an rvalue is being stored into a vector/matrix lvalue.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139378

Files:
  clang/lib/CodeGen/CGExpr.cpp
  clang/test/CodeGen/matrix-type-operators.c
  clang/test/CodeGenCXX/matrix-type-operators.cpp
  clang/test/CodeGenCXX/vector-noundef.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139378.480274.patch
Type: text/x-patch
Size: 17352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221206/550e790c/attachment-0001.bin>


More information about the cfe-commits mailing list