[PATCH] D39946: Relax unaligned access assertion when type is byte aligned

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 01:43:39 PST 2017


dylanmckay updated this revision to Diff 125903.
dylanmckay marked 2 inline comments as done.
dylanmckay added a comment.

- Prefer explicitly-enabled TLI options rather than making assumptions based on data layout
- Remove misplaced functions on DataLayout

Thanks for the feedback @nemanjai and @efriedma


https://reviews.llvm.org/D39946

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AVR/AVRISelLowering.cpp
  test/CodeGen/AVR/unaligned-atomic-loads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39946.125903.patch
Type: text/x-patch
Size: 4282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/cd18fb00/attachment.bin>


More information about the llvm-commits mailing list