[PATCH] D108771: [GlobalOpt] don't hoist constant expressions that can trap

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 10:13:51 PDT 2021


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

Yep, that's a standard problem for "constants", and a standard fix.
IMO `ConstantExpr`s should go away.


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

https://reviews.llvm.org/D108771



More information about the llvm-commits mailing list