GaoXiangYa
GaoXiangYa
Operation | Category | Difficulty | Progress -- | -- | -- | -- | cir.cos | Math | Easy | Done cir.ceil | Math | Easy | Done cir.exp2...
Hello , I find that some libc functions lowering to mlir can use `func.call` methods, however, I think it is not necessary to do this. And like some `vtable` operations,...
What I mean is how to translate libc function calls into MLIR , and whether operations related to some vtable can be translated into MLIR? @bcardosolopes
We are currently attempting to lower C code to CIR and then further to MLIR for performance analysis. However, for library function calls like libc, we haven't found a good...