[llvm] [GlobalISel] Implement threadlocal.address translation (PR #206908)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 03:47:24 PDT 2026
================
@@ -0,0 +1,28 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple aarch64-apple-macosx -global-isel -run-pass=irtranslator %s -o - | FileCheck %s
----------------
arsenm wrote:
IR translator tests should be IR. It's actually kind of broken that it apparently works to run IR translator on an existing MIR function
https://github.com/llvm/llvm-project/pull/206908
More information about the llvm-commits
mailing list