"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "951681231685d3b7f52f7313fbb6311293f3870e"
Support generating machine instructions for Phi nodes (based on x86, but with
modifications for 1 LLVM BB --> many MBBs). Fix store operand order: make it always be Base, Offset, SrcReg (think "[ Base + Offset ] = SrcReg"). Rewrite visitBranchInst() to be even dumber (but working) -- give up on the branch fallthrough trick, for the time being. Make visitSetCondInst() work. llvm-svn: 14208
Loading
Please register or sign in to comment