[PATCH] D68200: [AMDGPU] Extend buffer intrinsics with swizzling
Ivan Kosarev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 11:27:05 PDT 2023
kosarev added inline comments.
Herald added a subscriber: kerbowa.
Herald added a project: All.
================
Comment at: llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp:201
+ const MCSubtargetInfo &STI, raw_ostream &O) {
+}
+
----------------
@piotr Hi Piotr, is this function intentionally empty? I tried to add a `printNamedBit()` call here and didn't catch any test failures.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68200/new/
https://reviews.llvm.org/D68200
More information about the llvm-commits
mailing list