[llvm-branch-commits] [llvm] [AMDGPU][UnifyDivergentExitNodes][StructurizeCFG] Add support for callbr instruction with inline-asm (PR #152161)
Robert Imschweiler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 18 04:02:30 PDT 2025
================
@@ -0,0 +1,54 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx90a < %s | FileCheck %s
+
+define void @callbr_inline_asm(ptr %src, ptr %dst1, ptr %dst2, i32 %c) {
----------------
ro-i wrote:
Isn't that what I'm doing [here](https://github.com/llvm/llvm-project/pull/152161/files#diff-d4b1f71a031eb124502b72c9ec9917067ac6a0ebac4a6ba34ab1576771283132)? (I could probably add some more there)
https://github.com/llvm/llvm-project/pull/152161
More information about the llvm-branch-commits
mailing list