diff options
author | Amaury Sechet <deadalnix@gmail.com> | 2019-08-26 13:53:29 +0000 |
---|---|---|
committer | Amaury Sechet <deadalnix@gmail.com> | 2019-08-26 13:53:29 +0000 |
commit | 298c0b352d5ed998c91328f5023fb192c688e1ed (patch) | |
tree | 4b18d3483a92f01bad730e69a18c6edd0c042da5 /llvm/test/CodeGen/X86/extract-extract.ll | |
parent | 55aafa35ea33fcbb2ec3050578119a7958fa7012 (diff) | |
download | bcm5719-llvm-298c0b352d5ed998c91328f5023fb192c688e1ed.tar.gz bcm5719-llvm-298c0b352d5ed998c91328f5023fb192c688e1ed.zip |
[X86] Automatically generate various tests. NFC
llvm-svn: 369909
Diffstat (limited to 'llvm/test/CodeGen/X86/extract-extract.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/extract-extract.ll | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/extract-extract.ll b/llvm/test/CodeGen/X86/extract-extract.ll index aeb3566cb1c..88c735e2a08 100644 --- a/llvm/test/CodeGen/X86/extract-extract.ll +++ b/llvm/test/CodeGen/X86/extract-extract.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -mtriple=i686-- >/dev/null +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py +; RUN: llc < %s -mtriple=i686-- | FileCheck %s ; PR4699 ; Handle this extractvalue-of-extractvalue case without getting in @@ -10,6 +11,9 @@ %pp = type { %cc } define fastcc void @foo(%pp* nocapture byval %p_arg) { +; CHECK-LABEL: foo: +; CHECK: # %bb.0: # %entry +; CHECK-NEXT: retl entry: %tmp2 = getelementptr %pp, %pp* %p_arg, i64 0, i32 0 ; <%cc*> [#uses= %tmp3 = load %cc, %cc* %tmp2 ; <%cc> [#uses=1] |