[llvm] 0a96885 - [ARM] uxtb.ll - adjust armv6 triple so the update_llc_test_checks.py script can be used to regenerate the tests
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 07:30:13 PDT 2022
Author: Simon Pilgrim
Date: 2022-06-01T15:28:19+01:00
New Revision: 0a9688594062b6303aa89ad0775c9814da8d1a1e
URL: https://github.com/llvm/llvm-project/commit/0a9688594062b6303aa89ad0775c9814da8d1a1e
DIFF: https://github.com/llvm/llvm-project/commit/0a9688594062b6303aa89ad0775c9814da8d1a1e.diff
LOG: [ARM] uxtb.ll - adjust armv6 triple so the update_llc_test_checks.py script can be used to regenerate the tests
No need to specify armv6-apple-darwin in these UXTB codegen tests
Added:
Modified:
llvm/test/CodeGen/ARM/uxtb.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/ARM/uxtb.ll b/llvm/test/CodeGen/ARM/uxtb.ll
index f78db8aa3491..1fc31d42c73f 100644
--- a/llvm/test/CodeGen/ARM/uxtb.ll
+++ b/llvm/test/CodeGen/ARM/uxtb.ll
@@ -1,4 +1,5 @@
-; RUN: llc -mtriple armv6-apple-darwin -filetype asm -o - %s | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple armv6-- -filetype asm -o - %s | FileCheck %s
define i32 @test1(i32 %x) {
; CHECK-LABEL: test1:
More information about the llvm-commits
mailing list