[PATCH] D40074: [GISel] Canonicalize constants to RHS for commutative operations

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 07:11:54 PST 2017


kristof.beyls added a comment.

We have canonicalization in other parts of LLVM too - even though it's not an area I understand very well.
If this is the first canonicalization (of potentially many to come) in the IRTranslator, would it make sense to try and document the canonical representation(s) somewhere and/or somehow?


https://reviews.llvm.org/D40074





More information about the llvm-commits mailing list