[all-commits] [llvm/llvm-project] 898db1: [flang] Support -mvscale-min and mvscale-max on al...
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Dec 11 08:34:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 898db1136e67939e075c502eebc0fbb5ab168e50
https://github.com/llvm/llvm-project/commit/898db1136e67939e075c502eebc0fbb5ab168e50
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M flang/lib/Frontend/FrontendActions.cpp
A flang/test/Lower/RISCV/riscv-vector-bits-vscale-range.f90
Log Message:
-----------
[flang] Support -mvscale-min and mvscale-max on all targets (#74633)
We have other targets with scalable vectors (e.g.RISC-V), and there
doesn't seem to be any particular reason these options can't be used on
those targets.
More information about the All-commits
mailing list