[llvm] [DAGCombiner] Fold setcc of trunc, generalizing some NVPTX isel logic (PR #150270)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 31 02:01:31 PDT 2025
================
@@ -17,6 +17,7 @@
#include "llvm/CodeGen/Analysis.h"
#include "llvm/CodeGen/CallingConvLower.h"
#include "llvm/CodeGen/CodeGenCommonISel.h"
+#include "llvm/CodeGen/ISDOpcodes.h"
----------------
RKSimon wrote:
Isn't this already in TargteLowering.h?
https://github.com/llvm/llvm-project/pull/150270
More information about the llvm-commits
mailing list