[PATCH] D61228: [PowerPC] Set the innermost hot loop to align 32 bytes
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 20:51:09 PDT 2019
steven.zhang added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/loop-align-pgo.ll:1
+; Test the loop alignment with PGO profile data.
+; RUN: llc -verify-machineinstrs -mcpu=a2 -mtriple powerpc64le-unknown-linux-gnu < %s | FileCheck %s -check-prefixes=CHECK,GENERIC
----------------
remove the PGO here. And please update the test case name. And please update the test to remove the PGO.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61228/new/
https://reviews.llvm.org/D61228
More information about the llvm-commits
mailing list