[llvm] [AArch64] fall back to SDAG for instructions with emulated TLS variables (PR #129215)

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 06:55:14 PST 2025


================
@@ -0,0 +1,29 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -emulated-tls -mtriple aarch64-apple-darwin -global-isel -global-isel-abort=2 %s -o - 2>&1 | FileCheck %s --check-prefix=CHECK
----------------
davemgreen wrote:

Can remove --check-prefix=CHECK as it is the default.

https://github.com/llvm/llvm-project/pull/129215


More information about the llvm-commits mailing list