[PATCH] D138983: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 3)

John McIver via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 30 00:19:24 PST 2022


jmciver created this revision.
Herald added a project: All.
jmciver added reviewers: vitalybuka, jdoerfert, rjmccall, aqjune, efriedma, nikic.
jmciver added subscribers: mattd, asavonic, pengfei, pcwang-thead, sstefan1, xbolva00, nlopes.
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 for matrix and vector type loads in support of elemental or sufflevector operations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138983

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138983.478822.patch
Type: text/x-patch
Size: 13788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221130/5bf90c2a/attachment-0001.bin>


More information about the cfe-commits mailing list