From 6bb2edf33ac4781689b8b059b5e8a8d571e77227 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 11 Oct 2015 17:34:32 +0000 Subject: [PATCH] [X86] Renamed SHL cost model tests Matches naming conventions for ASHR/LSHR cost tests As discussed in D8690. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249984 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../Analysis/CostModel/X86/{vshift-cost.ll => vshift-shl-cost.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Analysis/CostModel/X86/{vshift-cost.ll => vshift-shl-cost.ll} (100%) diff --git a/test/Analysis/CostModel/X86/vshift-cost.ll b/test/Analysis/CostModel/X86/vshift-shl-cost.ll similarity index 100% rename from test/Analysis/CostModel/X86/vshift-cost.ll rename to test/Analysis/CostModel/X86/vshift-shl-cost.ll -- 2.34.1