Mips/GlobalISel: Add stub post-legalizer combiner
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 10 Apr 2022 16:08:10 +0000 (12:08 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 15 Apr 2022 02:04:59 +0000 (22:04 -0400)
commit6d45558c1a05d4ae925bdf628b8cefa947a589f3
tree5879e4dc33a90bb49c2bd806677294937302ee88
parent2d9b7fdaa379cfa3ce21259bf6669b71cab2b75d
Mips/GlobalISel: Add stub post-legalizer combiner

This enables no combines, just adds the boilerplate for the new pass.
llvm/lib/Target/Mips/CMakeLists.txt
llvm/lib/Target/Mips/Mips.h
llvm/lib/Target/Mips/Mips.td
llvm/lib/Target/Mips/MipsCombine.td [new file with mode: 0644]
llvm/lib/Target/Mips/MipsPostLegalizerCombiner.cpp [new file with mode: 0644]
llvm/lib/Target/Mips/MipsTargetMachine.cpp