[PATCH] D139443: [AArch64] Support SLC in ACLE prefetch intrinsics
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 6 10:41:21 PST 2022
tschuett added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-prefetch-new.ll:2
+; RUN: llc -mtriple=aarch64 -mattr=+v8.9a < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64 -mattr=+v8.9a -O0 --global-isel-abort=1 < %s | FileCheck %s
+
----------------
I believe you also have to turn on GISL: `-global-isel`.
See test in https://reviews.llvm.org/D109827.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139443/new/
https://reviews.llvm.org/D139443
More information about the cfe-commits
mailing list