[llvm] [X86] Rename commute-clmul.ll -> commute-pclmul.ll (PR #175157)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 9 03:46:40 PST 2026
https://github.com/RKSimon created https://github.com/llvm/llvm-project/pull/175157
Avoid confusion with upcoming generic clmul intrinsic handling
>From 9476d67a0867933b68dd5482d0653475bde12b33 Mon Sep 17 00:00:00 2001
From: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: Fri, 9 Jan 2026 11:45:51 +0000
Subject: [PATCH] [X86] Rename commute-clmul.ll -> commute-pclmul.ll
Avoid confusion with upcoming generic clmul intrinsic handling
---
llvm/test/CodeGen/X86/{commute-clmul.ll => commute-pclmul.ll} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename llvm/test/CodeGen/X86/{commute-clmul.ll => commute-pclmul.ll} (100%)
diff --git a/llvm/test/CodeGen/X86/commute-clmul.ll b/llvm/test/CodeGen/X86/commute-pclmul.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/commute-clmul.ll
rename to llvm/test/CodeGen/X86/commute-pclmul.ll
More information about the llvm-commits
mailing list