[PATCH] D96906: [AMDGPU] gfx90a support
Stanislav Mekhanoshin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 29 12:23:56 PDT 2021
rampitec marked an inline comment as done.
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIFoldOperands.cpp:100
bool tryFoldOMod(MachineInstr &MI);
+ bool tryFoldRegSeqence(MachineInstr &MI);
+ bool tryFoldLCSSAPhi(MachineInstr &MI);
----------------
foad wrote:
> Spelling "sequence".
Thanks! https://reviews.llvm.org/rG619b88849e14
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96906/new/
https://reviews.llvm.org/D96906
More information about the cfe-commits
mailing list