[clang] [llvm] [AMDGPU][WIP] Add support for i64/f64 readlane, writelane and readfirstlane operations. (PR #89217)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 09:56:22 PDT 2024
================
@@ -4822,6 +4822,111 @@ static MachineBasicBlock *lowerWaveReduce(MachineInstr &MI,
return RetBB;
}
+static MachineBasicBlock *lowerPseudoLaneOp(MachineInstr &MI,
----------------
arsenm wrote:
No, that's a generic pass. I would directly handle this in the legalizer, in SIISelLowering and AMDGPULegalizer
https://github.com/llvm/llvm-project/pull/89217
More information about the cfe-commits
mailing list