[llvm] [RISCV] Use lookup tables to find CVTFOpc (PR #88742)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 08:18:06 PDT 2024
================
@@ -3585,7 +3585,7 @@ multiclass VPseudoConversion<VReg RetClass,
int sew = 0,
int TargetConstraintType = 1> {
defvar suffix = !if(sew, "_" # MInfo.MX # "_E" # sew, "_" # MInfo.MX);
- let VLMul = MInfo.value in {
+ let VLMul = MInfo.value, SEW=sew in {
----------------
michaelmaitland wrote:
Yes I will check and can add a new PR.
https://github.com/llvm/llvm-project/pull/88742
More information about the llvm-commits
mailing list