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