1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen/GlobalISel
Tim Northover c26015d8df GlobalISel: avoid looking too closely at PHIs when we bail.
The function used to finish off PHIs by adding the relevant basic blocks can
fail if we're aborting and still don't actually have the needed
MachineBasicBlocks. So avoid trying in that case.

llvm-svn: 288727
2016-12-05 23:10:19 +00:00
..
CallLowering.cpp GlobalISel: handle pointer arguments that get assigned to the stack. 2016-12-05 22:20:32 +00:00
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
GlobalISel.cpp GlobalISel: rename legalizer components to match others. 2016-10-14 22:18:18 +00:00
InstructionSelect.cpp GlobalISel: Fix unconditional fallback with global isel abort is disabled 2016-11-18 14:14:35 +00:00
InstructionSelector.cpp GlobalISel: select G_GLOBAL_VALUE uses on AArch64. 2016-10-10 21:50:00 +00:00
IRTranslator.cpp GlobalISel: avoid looking too closely at PHIs when we bail. 2016-12-05 23:10:19 +00:00
Legalizer.cpp GlobalISel: rename legalizer components to match others. 2016-10-14 22:18:18 +00:00
LegalizerHelper.cpp GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t. 2016-12-05 21:47:07 +00:00
LegalizerInfo.cpp GlobalISel: translate stack protector intrinsics 2016-10-31 18:30:59 +00:00
LLVMBuild.txt Revert "Get GlobalISel to build on Linux after r286407" 2016-11-16 22:24:59 +00:00
MachineIRBuilder.cpp GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t. 2016-12-05 21:47:07 +00:00
RegBankSelect.cpp GlobalISel: rename legalizer components to match others. 2016-10-14 22:18:18 +00:00
RegisterBank.cpp [RegisterBank] Mark the dump method with LLVM_DUMP_METHOD. 2016-09-23 17:50:03 +00:00
RegisterBankInfo.cpp GlobalISel: Fix indentation. NFC 2016-11-14 10:25:43 +00:00