[llvm] [IR] Add CallBr intrinsics support (PR #133907)

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 6 13:25:22 PDT 2025


================
@@ -235,26 +235,26 @@ class IRTranslator : public MachineFunctionPass {
   bool translateStore(const User &U, MachineIRBuilder &MIRBuilder);
 
   /// Translate an LLVM string intrinsic (memcpy, memset, ...).
-  bool translateMemFunc(const CallInst &CI, MachineIRBuilder &MIRBuilder,
+  bool translateMemFunc(const CallBase &CI, MachineIRBuilder &MIRBuilder,
----------------
ro-i wrote:

I reimplemented callbr in SelectionDAGBuilder and IRTranslator with this in mind, thanks for the feedback (as always ^^)

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


More information about the llvm-commits mailing list