[all-commits] [llvm/llvm-project] e4aa6a: [X86][SSE] X86ISD::FSETCC nodes (cmpss/cmpsd) retu...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jul 12 01:57:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4aa6ad132164839a4a97dff0d433ea4766f77f1
https://github.com/llvm/llvm-project/commit/e4aa6ad132164839a4a97dff0d433ea4766f77f1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-07-12 (Mon, 12 Jul 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/known-signbits-vector.ll
Log Message:
-----------
[X86][SSE] X86ISD::FSETCC nodes (cmpss/cmpsd) return a 0/-1 allbits signbits result
Annoyingly, i686 cmpsd handling still fails to remove the unnecessary neg(and(x,1))
More information about the All-commits
mailing list