[flang-commits] [flang] [Flang][RISCV] Set vscale_range based off zvl*b (PR #77277)
Andrzej WarzyĆski via flang-commits
flang-commits at lists.llvm.org
Wed Jan 10 11:28:47 PST 2024
================
@@ -712,13 +714,55 @@ void CodeGenAction::lowerHLFIRToFIR() {
static std::optional<std::pair<unsigned, unsigned>>
getVScaleRange(CompilerInstance &ci) {
----------------
banach-space wrote:
If the logic for AArch64 and RISC-V is so different, why not introduce 2 separate methods?
(Sorry, I've just realised that this was in draft)
https://github.com/llvm/llvm-project/pull/77277
More information about the flang-commits
mailing list