[PATCH] D125319: [AMDGPU] gfx11 BUF Instructions
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 03:15:54 PDT 2022
Petar.Avramovic accepted this revision.
Petar.Avramovic added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp:1690
+
+bool isNotGFX11Plus(const MCSubtargetInfo &STI) { return !isGFX11Plus(STI); }
----------------
line break, lines above are not clang-formated
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125319/new/
https://reviews.llvm.org/D125319
More information about the llvm-commits
mailing list