[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / llvm / lib / CodeGen / AsmPrinter / CMakeLists.txt
blob0fe4b905831ff581f3831abfbbaa0bc4e30309f1
1 add_llvm_component_library(LLVMAsmPrinter
2   AccelTable.cpp
3   AddressPool.cpp
4   AIXException.cpp
5   ARMException.cpp
6   AsmPrinter.cpp
7   AsmPrinterDwarf.cpp
8   AsmPrinterInlineAsm.cpp
9   DbgEntityHistoryCalculator.cpp
10   DebugHandlerBase.cpp
11   DebugLocStream.cpp
12   DIE.cpp
13   DIEHash.cpp
14   DwarfCFIException.cpp
15   DwarfCompileUnit.cpp
16   DwarfDebug.cpp
17   DwarfExpression.cpp
18   DwarfFile.cpp
19   DwarfStringPool.cpp
20   DwarfUnit.cpp
21   EHStreamer.cpp
22   ErlangGCPrinter.cpp
23   OcamlGCPrinter.cpp
24   PseudoProbePrinter.cpp
25   WinCFGuard.cpp
26   WinException.cpp
27   CodeViewDebug.cpp
28   WasmException.cpp
30   DEPENDS
31   intrinsics_gen
33   LINK_COMPONENTS
34   Analysis
35   BinaryFormat
36   CodeGen
37   CodeGenTypes
38   Core
39   DebugInfoCodeView
40   DebugInfoDWARF
41   MC
42   MCParser
43   Remarks
44   Support
45   Target
46   TargetParser
47   )