[llvm] [Scalarizer] Make `*_with_overflow` intrinsics scalarizable (PR #126815)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 10:55:35 PST 2025


================
@@ -23,6 +23,7 @@
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/IRBuilder.h"
+#include "llvm/IR/Intrinsics.h"
----------------
farzonl wrote:

This shouldn't be necessary b\c IRBuilder.h already includes Intrinsics.h. I'm assuming a tool added it so feel free to ignore.

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


More information about the llvm-commits mailing list