Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LLVM project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
LLVM project
Commits
5333447a
Commit
5333447a
authored
3 years ago
by
hyeongyukim
Browse files
Options
Downloads
Patches
Plain Diff
[NFC] Fix a buildbot failure after
b529744c
parent
f5efe280
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
clang/test/CodeGen/noundef-analysis.cpp
+2
-2
2 additions, 2 deletions
clang/test/CodeGen/noundef-analysis.cpp
with
2 additions
and
2 deletions
clang/test/CodeGen/noundef-analysis.cpp
+
2
−
2
View file @
5333447a
...
...
@@ -19,12 +19,12 @@ static int sink;
static
void
examineValue
(
int
x
)
{
sink
=
x
;
}
// ENABLED-LABEL: @main(
// ENABLED: [[CALL:%.*]] = call noundef i32 @_Z19indirect_callee_inti(i32 noundef 0)
// ENABLED: [[CALL:%.*]] = call noundef
{{.*}}
i32 @_Z19indirect_callee_inti(i32 noundef
{{.*}}
0)
// ENABLED: [[CALL1:%.*]] = call i32 @_Z21indirect_callee_union2u1(i32 {{.*}})
// ENABLED: [[CALL2:%.*]] = call noalias noundef nonnull i8* @_Znwm(i64 noundef 4) #[[ATTR4:[0-9]+]]
// ENABLED: call void @_ZL12examineValuei(i32 noundef {{.*}})
// DISABLED-LABEL: @main(
// DISABLED: [[CALL:%.*]] = call i32 @_Z19indirect_callee_inti(i32 0)
// DISABLED: [[CALL:%.*]] = call
{{.*}}
i32 @_Z19indirect_callee_inti(i32
{{.*}}
0)
// DISABLED: [[CALL1:%.*]] = call i32 @_Z21indirect_callee_union2u1(i32 {{.*}})
// DISABLED: [[CALL2:%.*]] = call noalias nonnull i8* @_Znwm(i64 4) #[[ATTR4:[0-9]+]]
// DISABLED: call void @_ZL12examineValuei(i32 {{.*}})
...
...
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