[PATCH] D96906: [AMDGPU] gfx90a support
Jay Foad via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 29 11:30:36 PDT 2021
foad added inline comments.
Herald added a subscriber: mstorsjo.
================
Comment at: llvm/lib/Target/AMDGPU/SIFoldOperands.cpp:100
bool tryFoldOMod(MachineInstr &MI);
+ bool tryFoldRegSeqence(MachineInstr &MI);
+ bool tryFoldLCSSAPhi(MachineInstr &MI);
----------------
Spelling "sequence".
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