Min-Yih Hsu

Results 10 comments of Min-Yih Hsu
trafficstars

Hi!, I'm glad that you found this tool helpful. Adding template for LoopPass looks good to me, I'll put in my TODO list. Of course, you're very welcome to send...

I think it doesn't have a strong connection with the "register v.s. stack" VM arguments. I think it uses SSA simply because it's easier to write compiler optimizations, though IIRC...

The issue is still there. Importing html seems to be the only solution :-(

Thank you @glaubitz for the exploration :-) It's a non-trivial problem for sure

> any update on this ? Hi, thanks for tracking this issue. Unfortunately I have left Android development for quite some time. So I don't have the right environment and...

Hi, Sorry that I wouldn’t have much free time working on that feature recently. But feel free to commit your own implement :) Cheers, McClane > moqa93 [email protected] 於 2016年1月21日...

Hi, I build it within AOSP. You might know that from Android 5.0+, Android provides APIs exporting bitmap to PDF format. Pdfium is the core library of those new APIs....

I think the general direction of your interface design makes sense; in addition to the existing `m_BinOp`/`m_c_BinOp` you're adding another two: `m_AnyBinOp(LHS, RHS)` for opcode-agnostic matching, and `m_AnyBinOp(unsigned &Opc, LHS,...

Has https://github.com/llvm/llvm-project/issues/116144 (correctness issue) been addressed?

> I think the cl::opt option is mainly useful for use with opt rather than clang. (Ideally we'd not use cl::opt for this and instead allow specifying pipeline tuning options...