[all-commits] [llvm/llvm-project] 9b7bf1: [RISCV] Set the SEW field in the VPseudoTiedBinary...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Feb 22 14:37:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b7bf1fdd3e7727cdde7ca5bb2f95a8f4f26471c
https://github.com/llvm/llvm-project/commit/9b7bf1fdd3e7727cdde7ca5bb2f95a8f4f26471c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-02-22 (Sat, 22 Feb 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Log Message:
-----------
[RISCV] Set the SEW field in the VPseudoTiedBinaryRoundingMode.
Noticed some oddities in the InversePseudo table. TIED pseudos are
in there but sorted differently than their non-TIED version. I think
we always check non-zero SEW first which should hit the non-tied version.
I'm working on a larger patch to remove _MASK and _TIED from the
InversePseudo table.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list