[llvm] [NVPTX] support packed f32 instructions for sm_100+ (PR #126337)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 12:59:35 PST 2025
================
@@ -818,6 +821,10 @@ def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
def scalar_to_vector : SDNode<"ISD::SCALAR_TO_VECTOR", SDTypeProfile<1, 1, []>,
[]>;
+def build_pair : SDNode<"ISD::BUILD_PAIR", SDTypeProfile<1, 2,
----------------
AlexMaclean wrote:
https://github.com/llvm/llvm-project/blob/cf5947be13e7af67219379e07bc0128f1f1e7f88/llvm/include/llvm/CodeGen/ISDOpcodes.h#L233-L236
BUILD_PAIR should not survive past legalization.
https://github.com/llvm/llvm-project/pull/126337
More information about the llvm-commits
mailing list