[all-commits] [llvm/llvm-project] af2a22: [RISCV][VLOPT] Fix passthru operand info for mixed...
Luke Lau via All-commits
all-commits at lists.llvm.org
Mon Feb 10 05:30:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af2a228e0b5c9fbfa02f37f1be10800b17509617
https://github.com/llvm/llvm-project/commit/af2a228e0b5c9fbfa02f37f1be10800b17509617
Author: Luke Lau <luke at igalia.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
M llvm/test/CodeGen/RISCV/rvv/vl-opt-op-info.mir
Log Message:
-----------
[RISCV][VLOPT] Fix passthru operand info for mixed-width instructions (#126504)
After #124066 we started allowing users that are passthrus. However for
widening/narrowing instructions we were returning the wrong operand info
for passthru operands since it originally assumed the operand would
never be a passthru. This fixes it by handling it in IsMODef.
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