[flang-commits] [flang] [Flang][RISCV] Set vscale_range based off zvl*b (PR #77277)

Luke Lau via flang-commits flang-commits at lists.llvm.org
Mon Jan 8 02:39:14 PST 2024


lukel97 wrote:

> An alternative would be to place the code in llvm frontend: https://github.com/llvm/llvm-project/tree/main/llvm/include/llvm/Frontend/Driver

Are you referring to the target specific code inside `TargetInfo::getVscaleRange`? It gets called in `clang/lib/CodeGen` too, so I'm not sure if it's 100% frontend specific

https://github.com/llvm/llvm-project/pull/77277


More information about the flang-commits mailing list