Implement Transforms/SimplifyCFG/return-merge.ll
This actually causes us to turn code like: return C ? A : B; into a select instruction. llvm-svn: 12617
Loading
Please register or sign in to comment
This actually causes us to turn code like: return C ? A : B; into a select instruction. llvm-svn: 12617