[PATCH] D82467: [PowerPC][Power10] Implement Truncate and Store VSX Vector Builtins

Victor Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 16 11:41:54 PDT 2020


NeHuang added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-p10vsx.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
+; RUN:   -mcpu=pwr10 -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr < %s | \
----------------
Do we also need to run for big endian?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82467





More information about the cfe-commits mailing list