[PATCH] D56852: [AArch64] Use LL for 64-bit arguments
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 18 10:58:42 PST 2019
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/CodeGen/builtins-arm64.c:2
// RUN: %clang_cc1 -triple arm64-unknown-linux -disable-O0-optnone -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s
+// RUN: %clang_cc1 -triple aarch64-windows -disable-O0-optnone -S -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s
+#include <stdint.h>
----------------
"-S" is redundant.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56852/new/
https://reviews.llvm.org/D56852
More information about the cfe-commits
mailing list