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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 09:36:37 PDT 2021


jdoerfert added a comment.

I'm on board with either solution stated in the comment already, the current code is a workaround, as stated.

   		-     // TODO: Either remove this code, or properly integrate the check into
  		-     // isGuaranteedToTransferExecutionToSuccessor().


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