[all-commits] [llvm/llvm-project] daac8d: [X86] combineX86ShuffleChain - select X86ISD::FAND...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Feb 24 10:31:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: daac8dba77057950190f6c393b6c0aa902a5ab3b
https://github.com/llvm/llvm-project/commit/daac8dba77057950190f6c393b6c0aa902a5ab3b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineX86ShuffleChain - select X86ISD::FAND/ISD::AND based on MaskVT
Noticed by inspection, we shouldn't use FloatDomain directly, we've already bitcast both inputs to MaskVT so select the opcode using that.
More information about the All-commits
mailing list