[llvm] [RFC][TableGen] Restructure TableGen Source (PR #80847)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 02:05:25 PST 2024


================
@@ -35,63 +34,51 @@ add_tablegen(llvm-tblgen LLVM
   EXPORT LLVM
   AsmMatcherEmitter.cpp
   AsmWriterEmitter.cpp
-  AsmWriterInst.cpp
-  CTagsEmitter.cpp
+  Attributes.cpp
   CallingConvEmitter.cpp
   CodeEmitterGen.cpp
-  CodeGenDAGPatterns.cpp
-  CodeGenHwModes.cpp
-  CodeGenInstAlias.cpp
-  CodeGenInstruction.cpp
   CodeGenMapTable.cpp
-  CodeGenRegisters.cpp
-  CodeGenSchedule.cpp
-  CodeGenTarget.cpp
+  CompressInstEmitter.cpp
+  CTagsEmitter.cpp
----------------
chapuni wrote:

I suppose we prefer reordering the file list by character code case sensitive. Could you follow?

(I didn't do in the last time since I worked to be less intrusive)

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


More information about the llvm-commits mailing list