1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/CodeGen/GlobalISel
Matt Arsenault f2a56c8653 GlobalISel: Consolidate load/store legalization
The fewerElementsVectors implementation for load/stores
handles the scalar reduction case just as well, so drop
the redundant code in narrowScalar. This also introduces
support for narrowing irregular size breakdowns for
scalars.

llvm-svn: 353125
2019-02-05 00:26:12 +00:00
..
CallLowering.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [GISel]: Add support for CSEing continuously during GISel passes. 2019-01-16 00:40:37 +00:00
Combiner.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CombinerHelper.cpp [AArch64][GlobalISel] Fix the G_EXTLOAD combiner creating non-extending illegal instructions. 2019-01-27 10:56:20 +00:00
CSEInfo.cpp GlobalISel: Fix formatting of debug output 2019-02-04 14:05:33 +00:00
CSEMIRBuilder.cpp GlobalISel: Fix CSE handling of buildConstant 2019-02-04 19:15:50 +00:00
GISelChangeObserver.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
GlobalISel.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstructionSelect.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstructionSelector.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
IRTranslator.cpp Revert "[GlobalISel] Add IRTranslator support for G_FFLOOR" 2019-02-04 17:32:43 +00:00
LegalityPredicates.cpp GlobalISel: Fix moreElementsToNextPow2 2019-02-04 18:42:24 +00:00
LegalizeMutations.cpp GlobalISel: Fix moreElementsToNextPow2 2019-02-04 18:42:24 +00:00
Legalizer.cpp GlobalISel: Combine g_extract with g_merge_values 2019-02-04 23:41:59 +00:00
LegalizerHelper.cpp GlobalISel: Consolidate load/store legalization 2019-02-05 00:26:12 +00:00
LegalizerInfo.cpp GlobalISel: Add assert that legalize mutation makes sense 2019-01-30 17:52:23 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Localizer.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MachineIRBuilder.cpp GlobalISel: Fix CSE handling of buildConstant 2019-02-04 19:15:50 +00:00
RegBankSelect.cpp Fix gcc -Wparentheses warning. NFCI. 2019-01-25 11:34:58 +00:00
RegisterBank.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterBankInfo.cpp RegBankSelect: Support some more complex part mappings 2019-01-24 22:47:04 +00:00
Utils.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00