[llvm] [TableGen] Use bitwise operations to access HwMode ID. (PR #88377)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 04:40:03 PDT 2024
================
@@ -1150,15 +1150,21 @@ def Feature32Bit
: SubtargetFeature<"32bit", "IsRV32", "true", "Implements RV32">;
def Feature64Bit
: SubtargetFeature<"64bit", "IsRV64", "true", "Implements RV64">;
+def FeatureEncodingTmp
----------------
wangpc-pp wrote:
What's this for? Testing?
https://github.com/llvm/llvm-project/pull/88377
More information about the llvm-commits
mailing list