[llvm] [AMDGPU] - Generate s_bitreplicate_b64_b32 (PR #69209)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 23:03:50 PDT 2023
================
@@ -1470,6 +1472,18 @@ bool AMDGPUInstructionSelector::selectInverseBallot(MachineInstr &I) const {
return true;
}
+bool AMDGPUInstructionSelector::selectBitReplicate(MachineInstr &I) const {
----------------
arsenm wrote:
This should be trivially selectable in tablegen
https://github.com/llvm/llvm-project/pull/69209
More information about the llvm-commits
mailing list