"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ce4ac095f085e751a43cc194a68fdc4b06ecb405"
[X86] Use setcc ISD opcode for AVX512 integer comparisons all the way to isel
I don't believe there is any real reason to have separate X86 specific opcodes for vector compares. Setcc has the same behavior just uses a different encoding for the condition code. I had to change the CondCodeAction for SETLT and SETLE to prevent some transforms from changing SETGT lowering. Differential Revision: https://reviews.llvm.org/D43608 llvm-svn: 335173
Loading
Please register or sign in to comment