[clang] [llvm] [RISCV] Make M imply Zmmul (PR #95070)

2024-06-10 Thread Craig Topper via cfe-commits
topperc wrote: We intentionally didn't do this because it makes LLVM not work with binutils that doesn't know about Zmmul. Maybe enough time has passed that it is no longer an issue? https://github.com/llvm/llvm-project/pull/95070 ___ cfe-commits ma

[clang] [llvm] [RISCV] Make M imply Zmmul (PR #95070)

2024-06-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v Author: Jianjian Guan (jacquesguan) Changes According to the spec, M implies Zmmul. --- Full diff: https://github.com/llvm/llvm-project/pull/95070.diff 9 Files Affected: - (modified) clang/lib/Basic/Targets/RISCV.cpp (+1-1) - (modifie

[clang] [llvm] [RISCV] Make M imply Zmmul (PR #95070)

2024-06-10 Thread Jianjian Guan via cfe-commits
https://github.com/jacquesguan created https://github.com/llvm/llvm-project/pull/95070 According to the spec, M implies Zmmul. >From b68778d7b46d3f0fd287c5e215ac0f794244604c Mon Sep 17 00:00:00 2001 From: Jianjian GUAN Date: Thu, 6 Jun 2024 14:21:12 +0800 Subject: [PATCH] [RISCV] Make M imply