search for: a6003

Displaying 1 result from an estimated 1 matches for "a6003".

Did you mean: a003
2012 Feb 10
1
[LLVMdev] Remove redundant code after frame index elimination
Hi list, I added custom code to eliminate frame index references. I replace each FI reference with a subtraction from my frame pointer register (just like ebp in x86). Its result is stored in another register which is used by the load/store instructions. Nevertheless, this operation gives me redundant subs that I would like to remove after all fi references have been eliminated. For example: