[llvm-branch-commits] [RISCV] Store VLMul/NF into RegisterClass's TSFlags (PR #84894)

Wang Pengcheng via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 12 03:40:00 PDT 2024


https://github.com/wangpc-pp created https://github.com/llvm/llvm-project/pull/84894

This TSFlags was introduced by https://reviews.llvm.org/D108815.

We store VLMul/NF into TSFlags and add helpers to get them.

This can reduce some lines and I think there will be more usages.





More information about the llvm-branch-commits mailing list