[llvm-branch-commits] [CallSiteInfo][CallGraphSection] Extract and propagate indirect call type ids (PR #87575)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Nov 14 11:27:37 PST 2024


================
@@ -0,0 +1,39 @@
+; Tests that call site type ids can be extracted and set from type operand
+; bundles.
+
+; Verify the exact typeId value to ensure it is not garbage but the value
+; computed as the type id from the type operand bundle.
+; RUN: llc --call-graph-section -mtriple aarch64-linux-gnu %s -stop-before=finalize-isel -o - | FileCheck %s
----------------
ilovepi wrote:

```suggestion
; RUN: llc --call-graph-section -mtriple aarch64-linux-gnu < %s -stop-before=finalize-isel -o - | FileCheck %s
```

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


More information about the llvm-branch-commits mailing list