[PATCH] D62248: GlobalISel: support swifterror on AArch64
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 09:37:37 PDT 2019
aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
LGTM with test nit.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll:1
+; RUN: llc -fast-isel-sink-local-values -verify-machineinstrs -frame-pointer=all -global-isel < %s -mtriple=aarch64-apple-ios -disable-post-ra | FileCheck %s
+
----------------
-fast-isel-sink-local-values unnecessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62248/new/
https://reviews.llvm.org/D62248
More information about the llvm-commits
mailing list