projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48fe2c
)
[VE] Adapt D77995 CallSite removal
author
Fangrui Song
<maskray@google.com>
Tue, 14 Apr 2020 02:54:39 +0000
(19:54 -0700)
committer
Fangrui Song
<maskray@google.com>
Tue, 14 Apr 2020 02:54:49 +0000
(19:54 -0700)
llvm/lib/Target/VE/VEISelLowering.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/VE/VEISelLowering.cpp
b/llvm/lib/Target/VE/VEISelLowering.cpp
index
e8f98ab
..
8c611f7
100644
(file)
--- a/
llvm/lib/Target/VE/VEISelLowering.cpp
+++ b/
llvm/lib/Target/VE/VEISelLowering.cpp
@@
-447,7
+447,7
@@
SDValue VETargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
// Set inreg flag manually for codegen generated library calls that
// return float.
- if (CLI.Ins.size() == 1 && CLI.Ins[0].VT == MVT::f32 && !CLI.C
S
)
+ if (CLI.Ins.size() == 1 && CLI.Ins[0].VT == MVT::f32 && !CLI.C
B
)
CLI.Ins[0].Flags.setInReg();
RVInfo.AnalyzeCallResult(CLI.Ins, RetCC_VE);