mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 10:39:35 +08:00
Split the old getNewValue into two parts: 1. The function "lookupAvailableValue" that return the new version of the instruction which is already available. 2. The function calls "lookupAvailableValue", and tries to generate the new version if it is not available yet. llvm-svn: 187114