[all-commits] [llvm/llvm-project] 885e8e: X86: Avoid using isArch64Bit for 64-bit checks

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Sep 8 02:53:33 PDT 2025


  Branch: refs/heads/users/arsenm/x86/simplify-64bit-triple-checks
  Home:   https://github.com/llvm/llvm-project
  Commit: 885e8e680aa31f0d30cdd2f41c19167991a0b4fd
      https://github.com/llvm/llvm-project/commit/885e8e680aa31f0d30cdd2f41c19167991a0b4fd
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
    M llvm/lib/Target/X86/X86AsmPrinter.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.cpp
    M llvm/lib/Target/X86/X86TargetMachine.cpp

  Log Message:
  -----------
  X86: Avoid using isArch64Bit for 64-bit checks

Just directly check x86_64. isArch64Bit just adds extra
steps around this.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list