snu-sf-class / swpp202401

Principles and Practices of Software Development Main Repository
14 stars 4 forks source link

[Projet] vectorizatoin, rcall 관련 문의 #33

Open Wits15730 opened 7 months ago

Wits15730 commented 7 months ago

안녕하세요? 프로젝트 구조에 대해 궁금한 점이 있어서 질문드립니다.

제가 이해하기로 프로젝트의 목표가 IR -> IR 최적화를 하는 것인데, 어떤 IR directive를 넣어야 vectorized operations 와 rcall instruction을 사용할 수 있는 것인지 모르겠습니다. 가령 call을 사용한 recursive call이 있을 때 이것을 asmspec에 있는 rcall instruction이 되도록 하려면, IR->IR 단계에서 무엇을 바꾸어 주어야 하는 것인가요?

감사드립니다.

strikef commented 7 months ago

vector 연산 및 rcall 등 특수한 instruction을 emit하는 방법에 대해선 별도 글로 정리해서 올리겠습니다.

strikef commented 7 months ago

34 이슈에 정리하여 올렸으니 참조하여 작업하시면 되겠습니다.

Wits15730 commented 7 months ago

네 감사드립니다!