什么是 llvm?
LLVM IR 和传递管道技能。当直接使用 LLVM 中间表示 (IR)、运行 opt 通道、使用 llc 生成 IR、检查或编写自定义通道的 LLVM IR 或了解 LLVM 后端如何将 IR 降低到汇编时使用。在有关 LLVM IR、opt、llc、llvm-dis、LLVM pass、IR 转换或构建基于 LLVM 的工具的查询时激活。 来源:mohitmishra786/low-level-dev-skills。
LLVM IR 和传递管道技能。当直接使用 LLVM 中间表示 (IR)、运行 opt 通道、使用 llc 生成 IR、检查或编写自定义通道的 LLVM IR 或了解 LLVM 后端如何将 IR 降低到汇编时使用。在有关 LLVM IR、opt、llc、llvm-dis、LLVM pass、IR 转换或构建基于 LLVM 的工具的查询时激活。
通过命令行快速安装 llvm AI 技能到你的开发环境
来源:mohitmishra786/low-level-dev-skills。
Guide agents through the LLVM IR pipeline: generating IR, running optimisation passes with opt, lowering to assembly with llc, and inspecting IR for debugging or performance work.
| alloca | Stack allocation (pre-SSA; mem2reg promotes to registers) | | load/store | Memory access | | getelementptr (GEP) | Pointer arithmetic / field access | | phi | SSA φ-node: merges values from predecessor blocks | | call/invoke | Function call (invoke has exception edges) | | icmp/fcmp | Integer/float comparison |
| br | Branch (conditional or unconditional) | | ret | Return | | bitcast | Reinterpret bits (no-op in codegen) | | ptrtoint/inttoptr | Pointer↔integer (avoid where possible) |
LLVM IR 和传递管道技能。当直接使用 LLVM 中间表示 (IR)、运行 opt 通道、使用 llc 生成 IR、检查或编写自定义通道的 LLVM IR 或了解 LLVM 后端如何将 IR 降低到汇编时使用。在有关 LLVM IR、opt、llc、llvm-dis、LLVM pass、IR 转换或构建基于 LLVM 的工具的查询时激活。 来源:mohitmishra786/low-level-dev-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill llvmLLVM IR 和传递管道技能。当直接使用 LLVM 中间表示 (IR)、运行 opt 通道、使用 llc 生成 IR、检查或编写自定义通道的 LLVM IR 或了解 LLVM 后端如何将 IR 降低到汇编时使用。在有关 LLVM IR、opt、llc、llvm-dis、LLVM pass、IR 转换或构建基于 LLVM 的工具的查询时激活。 来源:mohitmishra786/low-level-dev-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill llvm 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mohitmishra786/low-level-dev-skills