[llvm] [InstCombine] Reducing rust i128::midpoint instructions (PR #99614)

Julius Alexandre via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 20 07:03:18 PDT 2024


medievalghoul wrote:

> I am not sure whether it is appropriate to do this transform in InstCombine. It would be better to do this in SDAG.
> 
> 

Ah, I see. Just curious, why would I put this in SDAG rather than InstCombine?

https://github.com/llvm/llvm-project/pull/99614


More information about the llvm-commits mailing list