Skip to content

Commit

Permalink
[ARM] Add +mve feature to mve tests. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
davemgreen committed Jan 1, 2020
1 parent 773667b commit f323ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
# RUN: llc -mtriple=thumbv8.1m.main -mattr=+lob -run-pass=arm-low-overhead-loops --verify-machineinstrs %s -o - | FileCheck %s
# RUN: llc -mtriple=thumbv8.1m.main -mattr=+mve,+lob -run-pass=arm-low-overhead-loops --verify-machineinstrs %s -o - | FileCheck %s

# There are 2 SUBS, and the 2nd one is identified as the def.
# Thus, the 1st is a use, and we shouldn't optimise away the SUBS.
Expand Down
@@ -1,4 +1,4 @@
# RUN: llc -mtriple=thumbv8.1m.main -mattr=+lob -run-pass=arm-low-overhead-loops --verify-machineinstrs %s -o - | FileCheck %s
# RUN: llc -mtriple=thumbv8.1m.main -mattr=+mve,+lob -run-pass=arm-low-overhead-loops --verify-machineinstrs %s -o - | FileCheck %s

# The CPSR is not dead:
#
Expand Down
@@ -1,4 +1,4 @@
# RUN: llc -mtriple=thumbv8.1m.main -mattr=+lob -run-pass=arm-low-overhead-loops --verify-machineinstrs %s -o - | FileCheck %s
# RUN: llc -mtriple=thumbv8.1m.main -mattr=+mve,+lob -run-pass=arm-low-overhead-loops --verify-machineinstrs %s -o - | FileCheck %s

# Local use after def, this mov is using r3:
#
Expand Down

0 comments on commit f323ab9

Please sign in to comment.