[PATCH] D87903: [CSInfo][GlobalISel] CallSiteInfo support when using GlobalISel

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 10:30:57 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/X86/call-site-info-output2.ll:34-37
+; ModuleID = 'test/CodeGen/X86/call-site-info-output2.c'
+source_filename = "test/CodeGen/X86/call-site-info-output2.c"
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
----------------
Should remove these


================
Comment at: llvm/test/CodeGen/X86/call-site-info-output2.ll:55
+
+; Function Attrs: noinline nounwind uwtable
+define dso_local i64 @fn2(i32 %a, i32 %b, i32 %c) local_unnamed_addr {
----------------
Need some tests with complex arguments that will need decomposing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87903



More information about the llvm-commits mailing list