[PATCH] D71785: [InstCombine][AMDGPU] Trim components of s_buffer_load

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 13:58:17 PST 2019


piotr added a comment.

This is another attempt to trim unused components of buffer loads. Comparing to D70315 <https://reviews.llvm.org/D70315>, this commit does not handle formatted buffer loads, as it is not safe.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71785





More information about the llvm-commits mailing list