Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
a11d217c
Commit
a11d217c
authored
17 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
comentate
llvm-svn: 36395
parent
1e16bcf7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/include/llvm/Bitcode/LLVMBitCodes.h
+8
-0
8 additions, 0 deletions
llvm/include/llvm/Bitcode/LLVMBitCodes.h
with
8 additions
and
0 deletions
llvm/include/llvm/Bitcode/LLVMBitCodes.h
+
8
−
0
View file @
a11d217c
...
@@ -106,6 +106,10 @@ namespace bitc {
...
@@ -106,6 +106,10 @@ namespace bitc {
CST_CODE_CE_CMP
=
15
// CE_CMP: [opty, opval, opval, pred]
CST_CODE_CE_CMP
=
15
// CE_CMP: [opty, opval, opval, pred]
};
};
/// CastOpcodes - These are values used in the bitcode files to encode which
/// cast a CST_CODE_CE_CAST or a XXX refers to. The values of these enums
/// have no fixed relation to the LLVM IR enum values. Changing these will
/// break compatibility with old files.
enum
CastOpcodes
{
enum
CastOpcodes
{
CAST_TRUNC
=
0
,
CAST_TRUNC
=
0
,
CAST_ZEXT
=
1
,
CAST_ZEXT
=
1
,
...
@@ -121,6 +125,10 @@ namespace bitc {
...
@@ -121,6 +125,10 @@ namespace bitc {
CAST_BITCAST
=
11
CAST_BITCAST
=
11
};
};
/// BinaryOpcodes - These are values used in the bitcode files to encode which
/// binop a CST_CODE_CE_BINOP or a XXX refers to. The values of these enums
/// have no fixed relation to the LLVM IR enum values. Changing these will
/// break compatibility with old files.
enum
BinaryOpcodes
{
enum
BinaryOpcodes
{
BINOP_ADD
=
0
,
BINOP_ADD
=
0
,
BINOP_SUB
=
1
,
BINOP_SUB
=
1
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment