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