[PATCH] D97503: [AIX] Allow safe for 32bit P9 VSX extract and insert pattern matches

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 07:50:55 PDT 2021


ZarkoCA marked 3 inline comments as done.
ZarkoCA added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrVSX.td:4162
+// Big endian 64Bit Power9 subtarget.
+let Predicates = [HasVSX, HasP9Vector, IsBigEndian, IsPPC64] in {
+def : Pat<(v2i64 (scalar_to_vector (i64 (load iaddrX4:$src)))),
----------------
nemanjai wrote:
> Why do we start another block here that is exactly the same set of predicates as line 4095?
Sorry about this, it was caused by me trying incorrectly resolving a merge failure.  


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97503



More information about the llvm-commits mailing list