[llvm] [RISCV]Add support for resolving encoding conflicts among vendor specific CSRs (PR #96174)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 10:42:07 PDT 2024
================
@@ -0,0 +1,108 @@
+// RUN: llvm-tblgen -gen-searchable-tables -I %p/../../include %s | FileCheck %s
----------------
topperc wrote:
Can you rename this test to refer to the feature being tested? Not a particular usage of the feature.
https://github.com/llvm/llvm-project/pull/96174
More information about the llvm-commits
mailing list