[PATCH] D105338: [InstCombine] Revert "Temporarily do not drop volatile stores before unreachable"

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 11:03:52 PDT 2021


efriedma added a comment.

D106309 <https://reviews.llvm.org/D106309> has landed, so now we're in a stable state, although not really an ideal one.

I suspect the way forward here involves adding flavors of volatile at the IR level: we can let the frontend request the optimization restrictions it wants, sort of like atomic orderings.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105338



More information about the llvm-commits mailing list