[all-commits] [llvm/llvm-project] 8af492: add strict float for round operation
MorningLiu via All-commits
all-commits at lists.llvm.org
Wed Jan 1 04:45:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8af492ade1bc5367ae529e451b9c9cd9e3d55e53
https://github.com/llvm/llvm-project/commit/8af492ade1bc5367ae529e451b9c9cd9e3d55e53
Author: Liu, Chen3 <chen3.liu at intel.com>
Date: 2020-01-01 (Wed, 01 Jan 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
M llvm/lib/Target/X86/X86InstrSSE.td
A llvm/test/CodeGen/X86/fp-strict-scalar-round.ll
M llvm/test/CodeGen/X86/vec-strict-256.ll
M llvm/test/CodeGen/X86/vec-strict-512.ll
A llvm/test/CodeGen/X86/vec-strict-round-128.ll
Log Message:
-----------
add strict float for round operation
Differential Revision: https://reviews.llvm.org/D72026
More information about the All-commits
mailing list