forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][Thumb] Update frame-chain codegen test to use thumbv6m
The `llvm/test/CodeGen/Thumb/frame-chain.ll`, recently added by D125094, currently fails when expensive checks are enabled due to a tMOVr instruction that is only valid from V6 onwards. The use of the invalid instruction is unrelated to the contents of the original patch, and continues to be triggered by this test if its CodeGen changes are reverted, so this patch updates the test to use V6-M while the issue is not resolved.
- Loading branch information
Showing
1 changed file
with
18 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters