[PATCH] D91323: [PowerPC] Add support for intrinsics dcbfps and dcbstps in P10.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 15:29:50 PST 2020


amyk accepted this revision as: amyk.
amyk added a comment.
This revision is now accepted and ready to land.

This LGTM.



================
Comment at: llvm/test/CodeGen/PowerPC/dcbf-p10.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s \
+; RUN:     -verify-machineinstrs -ppc-asm-full-reg-names \
----------------
I think it would be good to add a BE line when testing new intrinsics.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91323



More information about the llvm-commits mailing list