[llvm] [GISel] Convert zext nneg to sext if it is cheaper (PR #93842)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 10:23:01 PDT 2024


arsenm wrote:

I really do not like these optimizations getting snuck into the DAG builder / IRTranslator. They should do their best to preserve the original IR 

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


More information about the llvm-commits mailing list