Re: [PATCH] D104198: [Matrix] Add documentation for compound assignment and type conversion of matrix types

2021-07-26 Thread Saurabh Jha via cfe-commits
Sorry, commented on incorrect patch. On Mon, Jul 26, 2021 at 2:34 PM Saurabh Jha via Phabricator < revi...@reviews.llvm.org> wrote: > SaurabhJha added a comment. > > @fhahn addressed your broadcast comment. Would you prefer that I create > the initialisation implementation patch before we get thi

[clang] c8f3f46 - [Docs] Minor fixes with language extension docs

2021-06-26 Thread Saurabh Jha via cfe-commits
Author: Saurabh Jha Date: 2021-06-26T10:07:33+01:00 New Revision: c8f3f46c6983b5a87a0a6fc9d9bb476883bee801 URL: https://github.com/llvm/llvm-project/commit/c8f3f46c6983b5a87a0a6fc9d9bb476883bee801 DIFF: https://github.com/llvm/llvm-project/commit/c8f3f46c6983b5a87a0a6fc9d9bb476883bee801.diff L

[clang] cd256c8 - Add documentation for compound assignment and type conversion of matrix types

2021-06-24 Thread Saurabh Jha via cfe-commits
Author: Saurabh Jha Date: 2021-06-24T15:50:58+01:00 New Revision: cd256c8bcc9723f0ce7a32957f26600c966fa07c URL: https://github.com/llvm/llvm-project/commit/cd256c8bcc9723f0ce7a32957f26600c966fa07c DIFF: https://github.com/llvm/llvm-project/commit/cd256c8bcc9723f0ce7a32957f26600c966fa07c.diff L

Re: [PATCH] D101696: [Matrix] Implement C-style explicit type conversions in CXX for matrix types

2021-06-04 Thread Saurabh Jha via cfe-commits
For sure, will do. On Fri, Jun 4, 2021 at 12:59 PM Sjoerd Meijer via Phabricator < revi...@reviews.llvm.org> wrote: > SjoerdMeijer added a comment. > > Perhaps for bonus points, update the Clang documentation in > https://clang.llvm.org/docs/LanguageExtensions.html#matrix-types with > some exampl

[clang] ecb235d - [Matrix] Implement static cast for matrix types

2021-05-16 Thread Saurabh Jha via cfe-commits
Author: Saurabh Jha Date: 2021-05-16T08:09:12+01:00 New Revision: ecb235d94014903ec60e1539e6f0105ea6a4b089 URL: https://github.com/llvm/llvm-project/commit/ecb235d94014903ec60e1539e6f0105ea6a4b089 DIFF: https://github.com/llvm/llvm-project/commit/ecb235d94014903ec60e1539e6f0105ea6a4b089.diff L

Re: [PATCH] D99037: [Matrix] Implement C-style explicit type conversions for matrix types

2021-04-09 Thread Saurabh Jha via cfe-commits
Seems like the new build is passing. Can you please commit it on my behalf if it looks okay to you? Thanks a lot for your help in this patch. Saurabh On Fri, Apr 9, 2021 at 12:37 PM Saurabh Jha via Phabricator < revi...@reviews.llvm.org> wrote: > SaurabhJha added a comment. > > In D99037#267913