[PATCH] D153758: [AMDGPU] Use GlobalISel MatchTable Combiner Backend
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 12:24:05 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp:85
+ matchRcpSqrtToRsq(MachineInstr &MI,
+ std::function<void(MachineIRBuilder &)> &MatchInfo) const;
----------------
function_ref(I guess this was wrong before)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153758/new/
https://reviews.llvm.org/D153758
More information about the llvm-commits
mailing list