[llvm] [SelectionDAG] Add `f16` soft promotion for `lrint` and `lround` (PR #152684)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 09:24:38 PDT 2025


================
@@ -20,6 +20,7 @@
 
 #include "LegalizeTypes.h"
 #include "llvm/Analysis/TargetLibraryInfo.h"
+#include "llvm/CodeGen/ISDOpcodes.h"
----------------
topperc wrote:

This should already be transitively included.

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


More information about the llvm-commits mailing list