[llvm] r330432 - [CostModel][X86] Add GoldmontPlus cost tests
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 06:42:53 PDT 2018
Author: rksimon
Date: Fri Apr 20 06:42:53 2018
New Revision: 330432
URL: http://llvm.org/viewvc/llvm-project?rev=330432&view=rev
Log:
[CostModel][X86] Add GoldmontPlus cost tests
Just reuses goldmont costs atm
Modified:
llvm/trunk/test/Analysis/CostModel/X86/slm-arith-costs.ll
Modified: llvm/trunk/test/Analysis/CostModel/X86/slm-arith-costs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CostModel/X86/slm-arith-costs.ll?rev=330432&r1=330431&r2=330432&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/CostModel/X86/slm-arith-costs.ll (original)
+++ llvm/trunk/test/Analysis/CostModel/X86/slm-arith-costs.ll Fri Apr 20 06:42:53 2018
@@ -1,6 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt < %s -cost-model -analyze -mcpu=slm | FileCheck %s --check-prefixes=CHECK,SLM
; RUN: opt < %s -cost-model -analyze -mcpu=goldmont | FileCheck %s --check-prefixes=CHECK,GLM
+; RUN: opt < %s -cost-model -analyze -mcpu=goldmont-plus | FileCheck %s --check-prefixes=CHECK,GLM
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
More information about the llvm-commits
mailing list