yingopq wrote:
@wzssyqa Could you help review, thanks!
https://github.com/llvm/llvm-project/pull/132679
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/yingopq updated
https://github.com/llvm/llvm-project/pull/132679
>From 1d02feddb4749841e74c398257a0242d4c2f8f98 Mon Sep 17 00:00:00 2001
From: Ying Huang
Date: Sun, 23 Mar 2025 23:26:08 -0400
Subject: [PATCH] [Mips] Fix clang compile error when -march=p5600 with -mmsa
When -
https://github.com/yingopq edited
https://github.com/llvm/llvm-project/pull/132679
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 5d8e8e82e1cf0df49afceffe52dbccec3084c15f
57facf0cf984b68d5c186aebe31a859827a2a3e3 --e
https://github.com/yingopq updated
https://github.com/llvm/llvm-project/pull/132679
>From 57facf0cf984b68d5c186aebe31a859827a2a3e3 Mon Sep 17 00:00:00 2001
From: Ying Huang
Date: Sun, 23 Mar 2025 23:26:08 -0400
Subject: [PATCH] [Mips] Fix clang compile error when -march=p5600 with -mmsa
When -
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: None (yingopq)
Changes
When -march=p5600 with -mmsa, the result of getISARev is 0, so report error.
Append p5600 to cases mips32r5.
---
Full diff: https://github.com/llvm/llvm-project/pull/132679.diff
2 Files Affected:
- (modifi
https://github.com/yingopq created
https://github.com/llvm/llvm-project/pull/132679
When -march=p5600 with -mmsa, the result of getISARev is 0, so report error.
Append p5600 to cases mips32r5.
>From 6f4c2dc2b9815172023ac8bf80347bd293f0647d Mon Sep 17 00:00:00 2001
From: Ying Huang
Date: Sun,