[llvm] [AMDGPU][SDAG] Legalise v2i32 or/xor/and instructions to make use of 64-bit wide instructions (PR #140694)
Chris Jackson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 16 08:09:53 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>
----------------
chrisjbris wrote:
I don't know how this has slipped in !!
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list