[all-commits] [llvm/llvm-project] 371005: [RISCV][VLOPT] Set CommonVL as the largest of the ...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Thu Dec 19 10:22:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37100505664a4c451eb530bc899de204adb80a13
https://github.com/llvm/llvm-project/commit/37100505664a4c451eb530bc899de204adb80a13
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
M llvm/test/CodeGen/RISCV/rvv/vl-opt.mir
Log Message:
-----------
[RISCV][VLOPT] Set CommonVL as the largest of the users (#120349)
Prior to this patch, we required that all users had the same VL in order
to optimize. But as the FIXME said, we can use the largest VL to
optimize, as long as we can determine what the largest is. This patch
implements the FIXME.
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