[llvm] [X86] Rename commute-clmul.ll -> commute-pclmul.ll (PR #175157)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 9 03:47:09 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-x86
Author: Simon Pilgrim (RKSimon)
<details>
<summary>Changes</summary>
Avoid confusion with upcoming generic clmul intrinsic handling
---
Full diff: https://github.com/llvm/llvm-project/pull/175157.diff
1 Files Affected:
- (renamed) llvm/test/CodeGen/X86/commute-pclmul.ll ()
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/175157
More information about the llvm-commits
mailing list