[llvm] 30c88f7 - [X86] Rename commute-clmul.ll -> commute-pclmul.ll (#175157)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 9 04:18:25 PST 2026
Author: Simon Pilgrim
Date: 2026-01-09T12:18:20Z
New Revision: 30c88f78dd792ee44a19b1eba0bd6b2f90b71b0a
URL: https://github.com/llvm/llvm-project/commit/30c88f78dd792ee44a19b1eba0bd6b2f90b71b0a
DIFF: https://github.com/llvm/llvm-project/commit/30c88f78dd792ee44a19b1eba0bd6b2f90b71b0a.diff
LOG: [X86] Rename commute-clmul.ll -> commute-pclmul.ll (#175157)
Avoid confusion with upcoming generic clmul intrinsic handling
Added:
llvm/test/CodeGen/X86/commute-pclmul.ll
Modified:
Removed:
llvm/test/CodeGen/X86/commute-clmul.ll
################################################################################
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