[PATCH] D96335: [NFC] Adding test for clobbering of high registers in Thumb
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 15:41:15 PST 2021
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/Thumb/high-reg-clobber.mir:6-21
+--- |
+ ; ModuleID = 'test.c'
+ source_filename = "test.c"
+ target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
+ target triple = "thumbv6m-arm-none-eabi"
+
+ define dso_local void @constraint_h(i32 %i) {
----------------
You can drop the IR section
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96335/new/
https://reviews.llvm.org/D96335
More information about the llvm-commits
mailing list