summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2008-07-30-implicit-initialization.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-11-26 20:28:52 -0800
committerEric Christopher <echristo@gmail.com>2019-11-26 20:28:52 -0800
commitfd39b1bb20cec32c310ae9b6f1b4603c17a5f832 (patch)
treea4062ad8e399906271655df84f1d9d6327455370 /clang/test/CodeGen/2008-07-30-implicit-initialization.c
parent82b4dc0256d4ef27692308392766b2970249d9cf (diff)
downloadbcm5719-llvm-fd39b1bb20cec32c310ae9b6f1b4603c17a5f832.tar.gz
bcm5719-llvm-fd39b1bb20cec32c310ae9b6f1b4603c17a5f832.zip
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there.""
This reapplies: 8ff85ed905a7306977d07a5cd67ab4d5a56fafb4 Original commit message: As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there. This change doesn't include any change to move from selection dag to fast isel and that will come with other numbers that should help inform that decision. There also haven't been any real debuggability studies with this pipeline yet, this is just the initial start done so that people could see it and we could start tweaking after. Test updates: Outside of the newpm tests most of the updates are coming from either optimization passes not run anymore (and without a compelling argument at the moment) that were largely used for canonicalization in clang. Original post: http://lists.llvm.org/pipermail/llvm-dev/2019-April/131494.html Tags: #llvm Differential Revision: https://reviews.llvm.org/D65410 This reverts commit c9ddb02659e3ece7a0d9d6b4dac7ceea4ae46e6d.
Diffstat (limited to 'clang/test/CodeGen/2008-07-30-implicit-initialization.c')
-rw-r--r--clang/test/CodeGen/2008-07-30-implicit-initialization.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-07-30-implicit-initialization.c b/clang/test/CodeGen/2008-07-30-implicit-initialization.c
index e77c70a140f..f2621f4560e 100644
--- a/clang/test/CodeGen/2008-07-30-implicit-initialization.c
+++ b/clang/test/CodeGen/2008-07-30-implicit-initialization.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i386-unknown-unknown -O1 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple i386-unknown-unknown -O2 -emit-llvm -o - %s | FileCheck %s
// CHECK-LABEL: define i32 @f0()
// CHECK: ret i32 0
// CHECK-LABEL: define i32 @f1()
OpenPOWER on IntegriCloud