[PATCH] D158489: [X86][GlobalISel] Move GlobalISel source files to a dedicated subdir

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 01:11:37 PDT 2023


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/CMakeLists.txt:87-90
+  GISel/X86CallLowering.cpp
+  GISel/X86InstructionSelector.cpp
+  GISel/X86LegalizerInfo.cpp
+  GISel/X86RegisterBankInfo.cpp
----------------
Move them to the top to keep alphabetical order.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158489/new/

https://reviews.llvm.org/D158489



More information about the llvm-commits mailing list