repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_mir_test_checks
/
Inputs
/
multiple-defs.mir
blob
ff12ed7770beca02c142ed0f22cc4c255a252490
1
# RUN: llc -mtriple=x86_64 -run-pass=none -verify-machineinstrs %s -o - | FileCheck %s
2
3
---
4
name: test
5
body: |
6
bb.0:
7
%0:gr32 = IMPLICIT_DEF
8
%1:gr32 = IMPLICIT_DEF
9
%0:gr32 = IMPLICIT_DEF
10
%2:gr32 = IMPLICIT_DEF
11
KILL %0, %2
12
...