·llvm

LLVM IR 및 파이프라인 기술 전달. LLVM IR(Intermediate Representation)로 직접 작업하거나, opt 패스를 실행하거나, llc를 사용하여 IR을 생성하거나, 사용자 정의 패스를 위해 LLVM IR을 검사 또는 작성하거나, LLVM 백엔드가 IR을 어셈블리로 낮추는 방법을 이해할 때 사용하세요. LLVM IR, opt, llc, llvm-dis, LLVM 패스, IR 변환 또는 LLVM 기반 도구 구축에 대한 쿼리에 대해 활성화됩니다.

26설치·0트렌드·@mohitmishra786

설치

$npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill llvm

llvm 설치 방법

명령줄에서 llvm AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill llvm
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: 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(Intermediate Representation)로 직접 작업하거나, opt 패스를 실행하거나, llc를 사용하여 IR을 생성하거나, 사용자 정의 패스를 위해 LLVM IR을 검사 또는 작성하거나, LLVM 백엔드가 IR을 어셈블리로 낮추는 방법을 이해할 때 사용하세요. LLVM IR, opt, llc, llvm-dis, LLVM 패스, IR 변환 또는 LLVM 기반 도구 구축에 대한 쿼리에 대해 활성화됩니다. 출처: mohitmishra786/low-level-dev-skills.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill llvm
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-22
업데이트
2026-03-10

Browse more skills from mohitmishra786/low-level-dev-skills

빠른 답변

llvm이란?

LLVM IR 및 파이프라인 기술 전달. LLVM IR(Intermediate Representation)로 직접 작업하거나, opt 패스를 실행하거나, llc를 사용하여 IR을 생성하거나, 사용자 정의 패스를 위해 LLVM IR을 검사 또는 작성하거나, LLVM 백엔드가 IR을 어셈블리로 낮추는 방법을 이해할 때 사용하세요. LLVM IR, opt, llc, llvm-dis, LLVM 패스, IR 변환 또는 LLVM 기반 도구 구축에 대한 쿼리에 대해 활성화됩니다. 출처: mohitmishra786/low-level-dev-skills.

llvm 설치 방법은?

터미널 또는 명령줄 도구(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

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-22