"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6c7f64e0bcae3f8f5bfb9348337d579614e0739a"
Optimize conditional branches in X86FastISel. This replaces
sequences like this: sete %al testb %al, %al jne LBB11_1 with this: je LBB11_1 llvm-svn: 56969
Loading
Please register or sign in to comment