[all-commits] [llvm/llvm-project] c1e3a9: [TargetLowering] Don't include ComplexDeinterleavi...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Nov 24 03:14:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1e3a94105225a0ad6aa181ec15a9f31cf546237
      https://github.com/llvm/llvm-project/commit/c1e3a94105225a0ad6aa181ec15a9f31cf546237
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-24 (Fri, 24 Nov 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/X86/X86CallingConv.cpp

  Log Message:
  -----------
  [TargetLowering] Don't include ComplexDeinterleavingPass.h (NFC)

TargetLowering.h shouldn't include any passes and thus pull in
the entire pass infrastructure. Replace the include with forward
declarations.




More information about the All-commits mailing list