[all-commits] [llvm/llvm-project] 979486: [x86] add test for 3 fcmps and logic; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Sep 30 08:03:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97948620b1ace5dd6a637d5995266ceed6c54826
https://github.com/llvm/llvm-project/commit/97948620b1ace5dd6a637d5995266ceed6c54826
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M llvm/test/CodeGen/X86/fcmp-logic.ll
Log Message:
-----------
[x86] add test for 3 fcmps and logic; NFC
This is a more complex pattern than we handled with the
initial patch for PR51245:
D110342 / 09e71c367af3
We could extend the logic matching to allow a setcc as
one operand and an extract of vector setcc (or even an
arbitrary bool?) as the other.
More information about the All-commits
mailing list