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

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 22 20:05:04 PDT 2023


wangpc-pp wrote:

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

No, It just has the same code style as other cases in `!cond`.

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


More information about the llvm-commits mailing list