[all-commits] [llvm/llvm-project] f76ea3: [RISCV] Deduplicate AVL forwarding in RISCVInsertV...
Luke Lau via All-commits
all-commits at lists.llvm.org
Mon Jul 1 01:25:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f76ea319960161525bced4e3091ba4383714af7a
https://github.com/llvm/llvm-project/commit/f76ea319960161525bced4e3091ba4383714af7a
Author: Luke Lau <luke at igalia.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV] Deduplicate AVL forwarding in RISCVInsertVSETVLI. NFC
We do the AVL forwarding trick in both getInfoForVSETVLI and
computeInfoForInstr, but there's a bug with this that I plan on fixing
in an upcoming patch. This factors it out to so we only need to fix it
in one place.
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