From 003f452522b2af546acb50ac450ef02c9d2c1c0a Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 14 Sep 2018 18:12:30 +0000 Subject: [PATCH] [InstCombine] rename test file to better describe the fold; NFC The folds are not limited to zext, and the real goal is width reduction of a math op. D52075 is proposing to extend this to subtracts. llvm-svn: 342254 --- llvm/test/Transforms/InstCombine/{sink-zext.ll => narrow-math.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llvm/test/Transforms/InstCombine/{sink-zext.ll => narrow-math.ll} (100%) diff --git a/llvm/test/Transforms/InstCombine/sink-zext.ll b/llvm/test/Transforms/InstCombine/narrow-math.ll similarity index 100% rename from llvm/test/Transforms/InstCombine/sink-zext.ll rename to llvm/test/Transforms/InstCombine/narrow-math.ll -- 2.7.4