[PATCH] D84968: [PowerPC] Legalize v256i1 and v512i1 and implement load and store of these types

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 18 13:58:25 PDT 2020


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:846
+
+let Predicates = [MMA] in {
+  def : Pat<(v512i1 (PPCAccBuild v4i32:$vs1, v4i32:$vs0, v4i32:$vs3, v4i32:$vs2)),
----------------
Just my opinion but maybe we can put this block under the anonymous patterns. 


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

https://reviews.llvm.org/D84968



More information about the cfe-commits mailing list