[all-commits] [llvm/llvm-project] 8267be: [X86] Make X86TargetLowering::BuildFILD return a s...
topperc via All-commits
all-commits at lists.llvm.org
Thu Dec 5 18:12:21 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8267be29955e3df2baada1443a92d82ca9d979cc
https://github.com/llvm/llvm-project/commit/8267be29955e3df2baada1443a92d82ca9d979cc
Author: Craig Topper <craig.topper at intel.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
Log Message:
-----------
[X86] Make X86TargetLowering::BuildFILD return a std::pair of SDValues so we explicitly return the chain instead of calling getValue on the single SDValue.
We shouldn't assume that the returned result can be used to get
the other result.
This is prep-work for strict FP where we will also need to pass
the chain result along in more cases.
More information about the All-commits
mailing list