[PATCH] D125237: [AArch64] Avoid emitting MOVID when NEON is disabled
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 03:11:53 PDT 2022
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Sounds good to me.
================
Comment at: llvm/test/CodeGen/AArch64/movid-no-neon.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=aarch64 -mattr=+fullfp16,+neon -o - %s -O0 -filetype=asm | FileCheck %s --check-prefix=NEON-ENABLED
+; RUN: llc -mtriple=aarch64 -mattr=+fullfp16,-neon -o - %s -O0 -filetype=asm | FileCheck %s --check-prefix=NEON-DISABLED
----------------
These tests don't usually need -O0 or -filetype=asm
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125237/new/
https://reviews.llvm.org/D125237
More information about the llvm-commits
mailing list