================ @@ -0,0 +1,14 @@ +; RUN: llc < %s -mtriple=armv7 | FileCheck %s --check-prefix=armv7 +; RUN: llc < %s -mtriple=aarch64 | FileCheck %s --check-prefix=aarch64 ---------------- moorabbit wrote:
I see. Thanks clarifying. Thinking about this again, the ARM test case seems redundant since it is testing the same code path as the x86 test case. What do you think about keeping the x86 test case and removing the ARM test case entirely? https://github.com/llvm/llvm-project/pull/148281 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
