Why should I know this?

byval 본문

LLVM-STUDY

byval

die4taoam 2023. 11. 7. 18:10

 

 

https://discourse.llvm.org/t/how-does-byval-work/62397/3

 

How does byval work?

Yeah I’m actually looking for the behavior as it is now. I’m not implementing a new backend, I’m trying to see if byval passes it on the stack on all platforms (arm, aarch64, x86_64, i386, etc), so I was wondering if there is a default behavior here

discourse.llvm.org

 

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

SubclassOptionalData  (0) 2023.12.11
computeKnownBits & KnownBits 관련 예제  (0) 2023.12.05
LLVM Study 관련 팁  (0) 2023.10.25
LLVM Pass 작성 - 2018년 이후  (0) 2023.10.11
Souper 분석 관련 키워드들  (0) 2023.09.23
Comments