[PATCH] D64845: [GlobalISel] Check LLT size matches memory size for non-truncating stores.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 18:57:12 PDT 2019


aemerson created this revision.
aemerson added reviewers: arsenm, dsanders.
Herald added subscribers: llvm-commits, Petar.Avramovic, rovka, nhaehnle, wdng, jvesely.
Herald added a project: LLVM.

This was causing a bug where non-truncating stores would be selected instead of truncating ones.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64845

Files:
  llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-flat.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-global.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-private.mir
  llvm/utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64845.210230.patch
Type: text/x-patch
Size: 15719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190717/ae0b6b99/attachment.bin>


More information about the llvm-commits mailing list