[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
Wed Jun 4 23:28:09 PDT 2025
================
@@ -2388,6 +2389,7 @@ def : AMDGPUPat <
let True16Predicate = NotHasTrue16BitInsts in {
def : ROTRPattern <V_ALIGNBIT_B32_e64>;
+
----------------
chrisjbris wrote:
thanks
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list