[llvm] [AMDGPU][SDAG] Legalise v2i32 or/xor/and instructions to make use of 64-bit wide instructions (PR #140694)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 16 08:07:51 PDT 2025
================
@@ -26,6 +26,8 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/KnownBits.h"
#include "llvm/Target/TargetMachine.h"
+#include <llvm-14/llvm/CodeGen/ISDOpcodes.h>
----------------
shiltian wrote:
this is wrong
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list