This revision was automatically updated to reflect the committed changes.
Closed by commit rG26eb70820fb8: Add builtin_elementwise_log (authored by
bob80905).
Changed prior to commit:
https://reviews.llvm.org/D140489?vs=492581&id=494389#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.
LGTM. This looks pretty straightforward and similar to other changes you've
been making.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140489/new/
bob80905 updated this revision to Diff 492581.
bob80905 added a comment.
remove unrelated commit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140489/new/
https://reviews.llvm.org/D140489
Files:
clang/docs/LanguageExtensions.rst
clang/docs/Rel
NoQ added inline comments.
Comment at: clang/lib/Analysis/UnsafeBufferUsage.cpp:248
if (const auto *VD = dyn_cast(D)) {
-assert(Defs.count(VD) == 0 && "Definition already discovered!");
+// FIXME: Assertion temporarily disabled due to a bug in
+// A
bob80905 added a comment.
Ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140489/new/
https://reviews.llvm.org/D140489
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
bob80905 added a comment.
Herald added a subscriber: luke.
Ping, can someone please take a look?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140489/new/
https://reviews.llvm.org/D140489
___
cfe-commits
bob80905 updated this revision to Diff 488339.
bob80905 added a comment.
Herald added a reviewer: NoQ.
- replace sin fxn with log
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140489/new/
https://reviews.llvm.org/D140489
Files:
clang/docs/Langua
python3kgae added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:638
T __builtin_elementwise_floor(T x) return the largest integral value
less than or equal to xfloating point types
+ T __builtin_elementwise_log(T x)return the natur
bob80905 added a comment.
Ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140489/new/
https://reviews.llvm.org/D140489
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
bob80905 updated this revision to Diff 484633.
bob80905 added a comment.
Herald added subscribers: pcwang-thead, frasercrmck, luismarques, apazos,
sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult,
MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal,
simoncook,
bob80905 created this revision.
bob80905 added reviewers: python3kgae, beanz.
Herald added a subscriber: Anastasia.
Herald added a project: All.
bob80905 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add codegen for llvm log elementwise b
11 matches
Mail list logo