== Progress ==

* Refactor SelectionDAGBuilder::visitInlineAsm [TCWG-643] [1/10]
  - Incorporated some review feedback and committed the patch upstream

* [AArch64] Support for label arithmetic in the assembler [TCWG-710] [4/10]
  - Most of the support seems to be there, but the error checking is
too aggressive and it rejects cases that could in fact be handled by
the assembler
  - Trying to figure out exactly what the assembler can currently
handle and how to relax the error checking accordingly

* [AArch64] Keep merging consecutive stores in store sequences [TCWG-704] [2/10]
  - Fixing this might slow down the compiler more than the optimization is worth
  - Got some debug dumps on the test-suite to see how often sequences
of consecutive stores show up

* Misc [3/10]
  - Booked trip to Cambridge / Hebden Bridge
  - Buildbot babysitting (2 nasty selfhost failures), code reviews,
LLVM Cauldron

== Plan ==

* [AArch64] Support for label arithmetic in the assembler [TCWG-710]

* [AArch64] Keep merging consecutive stores in store sequences [TCWG-704]
_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to