[PATCH] D31389: [ARM] Remove a dead ADD during the creation of TBBs

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 04:29:51 PDT 2017


dmgreen created this revision.
Herald added subscribers: rengolin, aemerson.

During the optimisation of jump tables in the constant island pass,
an extra ADD could be left over, now dead but not removed.


https://reviews.llvm.org/D31389

Files:
  lib/Target/ARM/ARMConstantIslandPass.cpp
  test/CodeGen/Thumb2/tbb-removeadd.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31389.93110.patch
Type: text/x-patch
Size: 5883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170327/ed24dac9/attachment.bin>


More information about the llvm-commits mailing list