[PATCH] D95323: [Test][AArch64] Move overflow add/sub tests to their own file. NFC
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 09:47:20 PST 2021
paquette accepted this revision.
paquette added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/legalize-saddo.mir:2
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -march=aarch64 -run-pass=legalizer %s -o - | FileCheck %s
+
----------------
While we're here, can we use this run-line for the new tests?
```
llc -mtriple aarch64 -verify-machineinstrs -run-pass=legalizer -debugify-and-strip-all-safe
```
This is more in line with the more recent GlobalISel tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95323/new/
https://reviews.llvm.org/D95323
More information about the llvm-commits
mailing list