[PATCH] D79391: [DSE] Remove noop stores in MSSA.

Zoe Carver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 21:23:24 PDT 2020


zoecarver added a comment.

> Might be interesting to see what happens with MSSA disabled for EarlyCSE.

I passed `CXXFLAGS="-mllvm -enable-dse-memoryssa=true -mllvm -earlycse-mssa-optimization-cap=0"` to cmake and re-built and ran the tests. It doesn't look like that had any impact, though. I still get `Unknown metric 'dse.NumNoopStores'` which I assume means none were recorded.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79391/new/

https://reviews.llvm.org/D79391





More information about the llvm-commits mailing list