[llvm] [RISCV] Add groupid/bitmask for RISC-V extension (PR #94440)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 07:52:46 PDT 2024


================
@@ -11,6 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/ADT/DenseMap.h"
----------------
topperc wrote:

Should this be DenseSet.h?

https://github.com/llvm/llvm-project/pull/94440


More information about the llvm-commits mailing list