commit | b8b97695d178337736b61609220613b92f344d45 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Fri May 22 16:58:19 2015 -0400 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Thu Nov 05 10:44:24 2015 -0500 |
tree | 8b412373d1f21cac78168e284e36977a7fab0875 | |
parent | b24301b06b31b463f7e92ebc9a8f75839e54b746 [diff] |
Fix conditional jump over jmp (X86/X86-64/ARM32) Optimize the code generation for 'if' statements to jump to the 'false' block if the next block to be generated is the 'true' block. Add an X86-64 test for this case. Note that ARM64 & MIPS64 have not been updated. Change-Id: Iebb1352feb9d3bd0142d8b0621a2e3069a708ea7 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>