[llvm] [TableGen] Use bitwise operations to access HwMode ID. (PR #88377)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 04:46:26 PDT 2024
================
@@ -1150,15 +1150,21 @@ def Feature32Bit
: SubtargetFeature<"32bit", "IsRV32", "true", "Implements RV32">;
def Feature64Bit
: SubtargetFeature<"64bit", "IsRV64", "true", "Implements RV64">;
+def FeatureEncodingTmp
----------------
superZWT123 wrote:
Yes, this is just a reference and will be deleted eventually. It’s mainly to help everyone easily understand the purpose of this patch.
https://github.com/llvm/llvm-project/pull/88377
More information about the llvm-commits
mailing list