[all-commits] [llvm/llvm-project] a599e1: [X86] Add VPTERNLOG test cases where the root node...
topperc via All-commits
all-commits at lists.llvm.org
Sat Aug 8 13:14:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a599e1320c52ef8c429001da197e84c0485e9df8
https://github.com/llvm/llvm-project/commit/a599e1320c52ef8c429001da197e84c0485e9df8
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-08-08 (Sat, 08 Aug 2020)
Changed paths:
M llvm/test/CodeGen/X86/avx512vl-logic.ll
Log Message:
-----------
[X86] Add VPTERNLOG test cases where the root node will be X86ISD::ANDNP. NFC
We currently fail to match this.
Commit: 966a58e329e012da157ac9d6883f8a99b694ed6c
https://github.com/llvm/llvm-project/commit/966a58e329e012da157ac9d6883f8a99b694ed6c
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-08-08 (Sat, 08 Aug 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/test/CodeGen/X86/avx512vl-logic.ll
Log Message:
-----------
[X86] Support matching VPTERNLOG when the root node is X86ISD::ANDNP.
Compare: https://github.com/llvm/llvm-project/compare/c814eca3e4c6...966a58e329e0
More information about the All-commits
mailing list