Why should I know this?

[TODO] MemorySSA = MSSA 본문

LLVM-STUDY/TODO

[TODO] MemorySSA = MSSA

die4taoam 2023. 11. 6. 15:59

 

 

 

https://llvm.org/docs/MemorySSA.html

 

MemorySSA — LLVM 18.0.0git documentation

MemorySSA is an analysis that can be built for any arbitrary function. When it’s built, it does a pass over the function’s IR in order to build up its mapping of MemoryAccesses. You can then query MemorySSA for things like the dominance relation betwee

llvm.org

 

'LLVM-STUDY > TODO' 카테고리의 다른 글

[TODO] MemorySSAAnalysis  (0) 2023.11.07
[TODO] Metadata & Attribute  (0) 2023.11.06
[TODO] 목록  (0) 2023.11.02
[TODO] DominatorTree  (0) 2023.10.20
[TODO] llvm 공부 계획 업데이트  (0) 2023.10.18
Comments