[llvm] f9c20ba - [X86] Rename `fp80-strict-vec-cmp.ll` to `scalarize-strict-fsetcc.ll` (#154688)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 01:58:42 PDT 2025
Author: Abhishek Kaushik
Date: 2025-08-21T14:28:39+05:30
New Revision: f9c20ba040ffeb963fdde434649a2e9031532dc0
URL: https://github.com/llvm/llvm-project/commit/f9c20ba040ffeb963fdde434649a2e9031532dc0
DIFF: https://github.com/llvm/llvm-project/commit/f9c20ba040ffeb963fdde434649a2e9031532dc0.diff
LOG: [X86] Rename `fp80-strict-vec-cmp.ll` to `scalarize-strict-fsetcc.ll` (#154688)
The test name in #154486 mentioned fp80 which we are not testing in the
tests.
Added:
llvm/test/CodeGen/X86/scalarize-strict-fsetcc.ll
Modified:
Removed:
llvm/test/CodeGen/X86/fp80-strict-vec-cmp.ll
################################################################################
diff --git a/llvm/test/CodeGen/X86/fp80-strict-vec-cmp.ll b/llvm/test/CodeGen/X86/scalarize-strict-fsetcc.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/fp80-strict-vec-cmp.ll
rename to llvm/test/CodeGen/X86/scalarize-strict-fsetcc.ll
More information about the llvm-commits
mailing list