[all-commits] [llvm/llvm-project] 1c3f7f: [X86][GlobalISel] Move GlobalISel source files to ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Aug 23 08:58:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c3f7f1748aeb0540e7fcdf5852faa0657757726
https://github.com/llvm/llvm-project/commit/1c3f7f1748aeb0540e7fcdf5852faa0657757726
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M llvm/lib/Target/X86/CMakeLists.txt
A llvm/lib/Target/X86/GISel/X86CallLowering.cpp
A llvm/lib/Target/X86/GISel/X86CallLowering.h
A llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp
A llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
A llvm/lib/Target/X86/GISel/X86LegalizerInfo.h
A llvm/lib/Target/X86/GISel/X86RegisterBankInfo.cpp
A llvm/lib/Target/X86/GISel/X86RegisterBankInfo.h
R llvm/lib/Target/X86/X86CallLowering.cpp
R llvm/lib/Target/X86/X86CallLowering.h
R llvm/lib/Target/X86/X86InstructionSelector.cpp
R llvm/lib/Target/X86/X86LegalizerInfo.cpp
R llvm/lib/Target/X86/X86LegalizerInfo.h
R llvm/lib/Target/X86/X86RegisterBankInfo.cpp
R llvm/lib/Target/X86/X86RegisterBankInfo.h
M llvm/lib/Target/X86/X86Subtarget.cpp
M llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
Log Message:
-----------
[X86][GlobalISel] Move GlobalISel source files to a dedicated subdir
Similar to D81116 (AArch64): separate the GISel components for
organization purposes and match other targets ({AArch64,M68k,PowerPC,RISCV,X86}/GISel).
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D158489
More information about the All-commits
mailing list