"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a38b3e15be681599b8640b2ff21868e70ac31422"
[InstCombine] Correct the cmp operand type used when canonicalizing abs/nabs
When adjusting a cmp in order to canonicalize an abs/nabs select pattern we need to use the type of the existing operand when creating a new operand not the type of a select operand, as the two may be different. This fixes PR37686. llvm-svn: 334019
Loading
Please register or sign in to comment