[llvm] [RISCV][Zicfilp] Codegen LPAD insns by looking at module flags (PR #152121)

Ming-Yi Lai via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 01:41:18 PDT 2025


================
@@ -43,6 +45,23 @@ struct ExtensionComparator {
 typedef std::map<std::string, ExtensionVersion, ExtensionComparator>
     OrderedExtensionMap;
 
+enum class ZicfilpLabelSchemeKind {
----------------
mylai-mtk wrote:

The related code got inlined, so this is no longer relevant.

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


More information about the llvm-commits mailing list