[clang] [NVPTX] Fixed some wmma store builtins that had non-const src param. (PR #69354)

2023-10-19 Thread via cfe-commits
ldrumm wrote: ``` To github.com:llvm/llvm-project.git

[clang] [NVPTX] Fixed some wmma store builtins that had non-const src param. (PR #69354)

2023-10-19 Thread via cfe-commits
https://github.com/ldrumm closed https://github.com/llvm/llvm-project/pull/69354 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NVPTX] Fixed some wmma store builtins that had non-const src param. (PR #69354)

2023-10-18 Thread Artem Belevich via cfe-commits
https://github.com/Artem-B approved this pull request. https://github.com/llvm/llvm-project/pull/69354 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NVPTX] Fixed some wmma store builtins that had non-const src param. (PR #69354)

2023-10-18 Thread via cfe-commits
JackAKirk wrote: cc @Artem-B https://github.com/llvm/llvm-project/pull/69354 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NVPTX] Fixed some wmma store builtins that had non-const src param. (PR #69354)

2023-10-17 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (JackAKirk) Changes Now all wmma store builtins have src param marked const. Summary: Signed-off-by: JackAKirk --- Full diff: https://github.com/llvm/llvm-project/pull/69354.diff 1 Files Affected: - (modi

[clang] [NVPTX] Fixed some wmma store builtins that had non-const src param. (PR #69354)

2023-10-17 Thread via cfe-commits
https://github.com/JackAKirk created https://github.com/llvm/llvm-project/pull/69354 Now all wmma store builtins have src param marked const. Summary: Signed-off-by: JackAKirk >From ced70b957023723ec0a0b026a04d0f04da848f2f Mon Sep 17 00:00:00 2001 From: JackAKirk Date: Tue, 17 Oct 2023 16:5