[CodeGen] Make the TwoAddressInstructionPass check if the instruction is...
[CodeGen] Make the TwoAddressInstructionPass check if the instruction is commutable before calling findCommutedOpIndices for every operand. Also make sure the operand is a register before each call to save some work on commutable instructions that might have an operand. llvm-svn: 281158
Loading
Please register or sign in to comment