[llvm] [IR] Add CallBr intrinsics support (PR #133907)
Robert Imschweiler via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 00:49:11 PDT 2025
================
@@ -0,0 +1,70 @@
+; RUN: rm -rf %t && split-file %s %t
----------------
ro-i wrote:
Is there another way to be able to compare against other code? Because I thought it's useful to make sure that the generated callbr code is equivalent to just using call. But the "just call code" shouldn't be tested itself at this point and should only serve as a reference. Is there a way to put this somewhere else than in the current file?
https://github.com/llvm/llvm-project/pull/133907
More information about the llvm-commits
mailing list