[PATCH] D129016: [PowerPC] implemented @llvm.ppc.kill.canary to corrupt stack guard

Paul Scoropan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 08:41:10 PDT 2022


pscoro marked 8 inline comments as done.
pscoro added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/kill-canary-intrinsic.ll:11
+
+; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-aix -ppc-vsr-nums-as-vr \
+; RUN:   -mcpu=pwr8 --ppc-asm-full-reg-names < %s | FileCheck %s -check-prefix=CHECK-AIX
----------------
How many test cases should I include? I tested all these machine triples on Power 7-10, bought I thought having 16 run lines may be too much, so I only included the power 7 and 8 run lines in the review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129016



More information about the llvm-commits mailing list