[PATCH] [ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors

Robin Morisset morisset at google.com
Fri Sep 12 10:45:20 PDT 2014


Thanks jf for catching this forgotten test!

It turned out that this code is dead, as these subtargets completely avoid this
code path anyway. I have replaced it by llvm_unreachable, and it is tested by
the ARMv4 test in atomic-load-store.

http://reviews.llvm.org/D5304

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  test/CodeGen/ARM/atomic-load-store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5304.13645.patch
Type: text/x-patch
Size: 4490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140912/f5ff6fa7/attachment.bin>


More information about the llvm-commits mailing list