[PATCH] D53152: [Hexagon] Restrict compound instructions with constant value.

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 12:36:45 PDT 2018


kparzysz accepted this revision.
kparzysz added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Target/Hexagon/HexagonPatterns.td:1363
+def: AccRRR_pat<M4_xor_and,   Xor, Su_ni1<And>,I32,  I32,  I32>;
+def: AccRRR_pat<M4_xor_or,    Xor, Su_ni1<Or>, I32,  I32,  I32>;
 def: AccRRR_pat<M2_xor_xacc,  Xor, Su<Xor>,       I32,  I32,  I32>;
----------------
Please fix the indentation before committing.


https://reviews.llvm.org/D53152





More information about the llvm-commits mailing list