[llvm] [IR] Add CallBr intrinsics support (PR #133907)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 1 22:01:05 PDT 2025
================
@@ -0,0 +1,70 @@
+; RUN: rm -rf %t && split-file %s %t
----------------
arsenm wrote:
Try to avoid split-file. It's kind of useful in cases with poor error handling (as in they exit early without reporting all errors in the file). Maintaining codegen tests using it is unnecessarily difficult.
https://github.com/llvm/llvm-project/pull/133907
More information about the llvm-commits
mailing list