[llvm] [X86] Use GFNI for LZCNT vXi8 ops (PR #141888)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 28 23:32:17 PDT 2025


================
@@ -170,14 +170,14 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
   if (Subtarget.isTargetWindowsMSVC() || Subtarget.isTargetWindowsItanium()) {
     static const struct {
       const RTLIB::Libcall Op;
-      const char * const Name;
+      const char *const Name;
----------------
RKSimon wrote:

don't clang-format code that you haven't touched - this has made reviewing your patch incredibly difficult.

https://github.com/llvm/llvm-project/pull/141888


More information about the llvm-commits mailing list