[PATCH] Add basic conditional branches in mips fast-isel
reed kotler
rkotler at mips.com
Wed Oct 8 14:35:01 PDT 2014
1. Add comment making clear the how the code for the basic branch is working. This particular part was copied from the PPC port but we will expand this soon to do more cases by porting the AARCH64 version of this routine.
2. Add a FIXME to try and eliminate some unneeded code. This frequently happens in fast-isel because it's a simple one pass compiler.
http://reviews.llvm.org/D5583
Files:
lib/Target/Mips/MipsFastISel.cpp
test/CodeGen/Mips/Fast-ISel/br1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5583.14605.patch
Type: text/x-patch
Size: 5016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141008/433104f2/attachment.bin>
More information about the llvm-commits
mailing list