[PATCH] D34181: MachineInstr: Reason locally about some memory objects before going to AA.

Balaram Makam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 15:14:54 PDT 2017


bmakam updated this revision to Diff 102888.
bmakam added a comment.
Herald added a subscriber: wdng.

Uploading the correct patch. I was being conservative by checking for isConstant only, I can add more cases if you think they are more interesting.


https://reviews.llvm.org/D34181

Files:
  lib/CodeGen/MachineInstr.cpp
  test/CodeGen/AArch64/ldst-opt.ll
  test/CodeGen/AMDGPU/load-global-i16.ll
  test/CodeGen/AMDGPU/load-global-i8.ll
  test/CodeGen/AMDGPU/load-local-i16.ll
  test/CodeGen/ARM/2009-10-27-double-align.ll
  test/CodeGen/ARM/illegal-bitfield-loadstore.ll
  test/CodeGen/X86/illegal-bitfield-loadstore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34181.102888.patch
Type: text/x-patch
Size: 14322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170616/186c58f2/attachment.bin>


More information about the llvm-commits mailing list