[PATCH] D152440: [AMDGPU] Trim trailing undefs from the end of image and buffer store

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 06:10:55 PDT 2023


foad accepted this revision.
foad added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp:396
+    } else
+      break;
+
----------------
Should really put braces around the "else" part if there are braces around the "if" part.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152440/new/

https://reviews.llvm.org/D152440



More information about the llvm-commits mailing list