[llvm] 53f3e59 - [X86] Rename vec_fneg.ll to combine-fneg.ll

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 07:03:40 PST 2023


Author: Simon Pilgrim
Date: 2023-11-29T15:03:25Z
New Revision: 53f3e59e59339cdc3b55f1f6f5c87951df2039de

URL: https://github.com/llvm/llvm-project/commit/53f3e59e59339cdc3b55f1f6f5c87951df2039de
DIFF: https://github.com/llvm/llvm-project/commit/53f3e59e59339cdc3b55f1f6f5c87951df2039de.diff

LOG: [X86] Rename vec_fneg.ll to combine-fneg.ll

These tests are for fneg canonicalization combines, not codegen coverage tests like most of the other vec_* test files.

Added: 
    llvm/test/CodeGen/X86/combine-fneg.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/X86/vec_fneg.ll


################################################################################
diff  --git a/llvm/test/CodeGen/X86/vec_fneg.ll b/llvm/test/CodeGen/X86/combine-fneg.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/vec_fneg.ll
rename to llvm/test/CodeGen/X86/combine-fneg.ll


        


More information about the llvm-commits mailing list