[all-commits] [llvm/llvm-project] c0d0e6: [X86] Recognize CVTPH2PS from STRICT_FP_EXTEND
topperc via All-commits
all-commits at lists.llvm.org
Fri Feb 28 10:20:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c0d0e6b198e7f8ed4e5bdffd3706b386643cc8c6
https://github.com/llvm/llvm-project/commit/c0d0e6b198e7f8ed4e5bdffd3706b386643cc8c6
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-half-conversions.ll
Log Message:
-----------
[X86] Recognize CVTPH2PS from STRICT_FP_EXTEND
This should avoid scalarizing the cvtph2ps intrinsics with D75162
Differential Revision: https://reviews.llvm.org/D75304
More information about the All-commits
mailing list