projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2af869
)
Add a new CCValAssign LocInfo value, and a comment explaining what it
author
Dan Gohman
<gohman@apple.com>
Tue, 6 Jul 2010 15:35:06 +0000
(15:35 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 6 Jul 2010 15:35:06 +0000
(15:35 +0000)
should be used for.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107661
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/CallingConvLower.h
b/include/llvm/CodeGen/CallingConvLower.h
index 45a2757d378362b38b52c45e3890bcb50bc7cf4c..0e60c963c0e368ddeeb7e0c7fe4b69b74a8ebb68 100644
(file)
--- a/
include/llvm/CodeGen/CallingConvLower.h
+++ b/
include/llvm/CodeGen/CallingConvLower.h
@@
-35,6
+35,9
@@
public:
ZExt, // The value is zero extended in the location.
AExt, // The value is extended with undefined upper bits.
BCvt, // The value is bit-converted in the location.
+ VExt, // The value is vector-widened in the location.
+ // FIXME: Not implemented yet. Code that uses AExt to mean
+ // vector-widen should be fixed to use VExt instead.
Indirect // The location contains pointer to the value.
// TODO: a subset of the value is in the location.
};