[llvm] [RISCV][NFC] Use !range bang operator (PR #66494)

Joey Fernau via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 09:43:24 PDT 2023


emtwelve wrote:

`!listconcat(!range(2, 8), !range(1, 2))` is more simple than `[ 2, 3, 4, 5, 6, 7, 1 ]`?

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


More information about the llvm-commits mailing list