[PATCH] D137590: [CodeGen][AArch64] Enable LDAPR under +RCPC

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 14:36:26 PST 2022


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll:7
-; RUN: llc < %s -mtriple=arm64-apple-ios -global-isel -global-isel-abort=1 -mattr=+rcpc,+ldapr -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK-LDAPR-O1
-; RUN: llc < %s -mtriple=arm64-apple-ios -global-isel -global-isel-abort=1 -mattr=+rcpc,+ldapr -O0 -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK-LDAPR-O0
 
----------------
Why are you dropping these tests, as opposed to just removing the "+ldapr" from the RUN line?  Are they redundant with some other existing tests?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137590/new/

https://reviews.llvm.org/D137590



More information about the llvm-commits mailing list