[llvm] [RISCV] Implement foward inserting save/restore FRM instructions. (PR #77744)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 02:23:05 PST 2024


lukel97 wrote:

> The advanced version of this is to perform cross basic block analysis for the starting rounding mode of each basic block. 

I wonder if there's a way we could abstract the cross block analysis in RISCVInsertVSETVLI?

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


More information about the llvm-commits mailing list