LABEL / Loop Unrolling

#Loop Unrolling

2 posts

rewrite llvm pass inline/unroll loop pass

custom llvm pass inline / unrol loop pass 最近有空更新一下,如果要異動llvm 內部的pass應該從哪裡下手呢 Writing an LLVM Pass — LLVM 16.0.0git documentation 這邊可以大概看到一些架構,不過我們要在llvm10達成pass的修改,根據我們的需求任意的對某個fucntion 進行in…

Systems, OS & Compilers
rewrite llvm pass inline/unroll loop pass

custom gcc plugin rtl unroll loop ,inline pass

gcc plugin 補足之前,影響fucntion 是否inline 版本,額外新增了可以影響unroll loop rtl層 pass的撰寫,這邊一併附上 這次比較特別趕上了chatgtp,rtl pass 這部分語法都是透過chatgpt幫助下進行撰寫,基本上不當機的情況下都快變成google 2.0了,包括這個文章都是用chatgpt產生,但是要注意除非你是領域上的專家…

Systems, OS & Compilers
custom gcc plugin rtl unroll loop ,inline pass