Mogball added a comment.

On the matter of whether this should be a canonicalization, my concern with 
this is that if an operation has its own preferred ordering of operands that 
conflicts with the sort, then this will cause canonicalization to loop 
infinitely.

It's not actually the canonicalizer pass that moves constants to the right hand 
size. It's the folder. And it probably shouldn't be the folder that does this. 
So I'm open to making this part of canonicalization IF the sorted operand order 
produced by this utility is the canonical order of operands for commutative 
operations, so that conflicts and not possible.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124750/new/

https://reviews.llvm.org/D124750

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to