Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with...
Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicated mask registers. Patch by Aleksey Bader. llvm-svn: 196386
Loading
Please register or sign in to comment