[llvm-branch-commits] [llvm] [X86] Avoid generating nested CALLSEQ for TLS pointer function arguments (PR #106965)
Phoebe Wang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 2 20:38:09 PDT 2024
================
@@ -0,0 +1,17 @@
+; RUN: llc -verify-machineinstrs < %s -relocation-model=pic
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
----------------
phoebewang wrote:
This can put in the RUN line like
`; RUN: llc -mtriple=x86_64 -verify-machineinstrs < %s -relocation-model=pic | FileCheck %s`
And add FileCheck to show the assembly.
https://github.com/llvm/llvm-project/pull/106965
More information about the llvm-branch-commits
mailing list