[clang] [llvm] [AMDGPU][WIP] Add support for i64/f64 readlane, writelane and readfirstlane operations. (PR #89217)
Vikram Hegde via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 04:33:50 PDT 2024
================
@@ -4822,6 +4822,111 @@ static MachineBasicBlock *lowerWaveReduce(MachineInstr &MI,
return RetBB;
}
+static MachineBasicBlock *lowerPseudoLaneOp(MachineInstr &MI,
----------------
vikramRH wrote:
@arsenm, would "PreISelIntrinsicLowering" be a proper place for this ?
https://github.com/llvm/llvm-project/pull/89217
More information about the cfe-commits
mailing list