jayfoad wrote:

I don't understand the high level motivation here. "Normal" 
combining/simplification order is to visit the operands of an instruction 
before you visit the instruction itself. That way the "visit" function can 
assume that the operands have already been simplified. GlobalISel combines 
already work this way, and a lot of effort has been put into trying to make the 
SelectionDAG combiner work this way too.

https://github.com/llvm/llvm-project/pull/145484
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to