This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4de9a752d6af: [X86] Add helper enum for ternary intrinsics
(authored by pengfei).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
ajohnson-uoregon updated this revision to Diff 413691.
ajohnson-uoregon marked 5 inline comments as done.
ajohnson-uoregon added a comment.
update with fixes from Aaron, tests, and docs
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120949/new/
http
ajohnson-uoregon updated this revision to Diff 413693.
ajohnson-uoregon added a comment.
Actually has the right doc updates now
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120949/new/
https://reviews.llvm.org/D120949
Files:
clang/docs/LibASTMa
ajohnson-uoregon updated this revision to Diff 413696.
ajohnson-uoregon added a comment.
Somehow got other edits into ASTMatcher.h, dunno how, it's fixed now
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120949/new/
https://reviews.llvm.org/D120949
jdoerfert added inline comments.
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:2713-2714
+/// \endcode
+extern const internal::VariadicDynCastAllOfMatcher
+attributedStmt;
+
aaron.ballman wrote:
> Design-wise, I'm on the fence here. AST matchers m
Author: Yuanfang Chen
Date: 2022-03-07T21:55:41-08:00
New Revision: eddd94c27df609113af1d1b795d8483aa6dd662c
URL:
https://github.com/llvm/llvm-project/commit/eddd94c27df609113af1d1b795d8483aa6dd662c
DIFF:
https://github.com/llvm/llvm-project/commit/eddd94c27df609113af1d1b795d8483aa6dd662c.diff
Author: Stanislav Mekhanoshin
Date: 2022-03-07T23:13:02-08:00
New Revision: 9eabea396814c5580978cd4766b524bef57844cf
URL:
https://github.com/llvm/llvm-project/commit/9eabea396814c5580978cd4766b524bef57844cf
DIFF:
https://github.com/llvm/llvm-project/commit/9eabea396814c5580978cd4766b524bef57844
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9eabea396814: [AMDGPU] Set noclobber metadata on loads
instead of cast to constant (authored by rampitec).
Herald added a project: clang.
Herald adde
akyrtzi created this revision.
Herald added a project: All.
akyrtzi requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121184
Files:
clang/lib/Sema/TreeTransform.h
Index: cl
201 - 209 of 209 matches
Mail list logo