[PATCH] D18541: [CodeGen] Consider register modified if it's used to pass landing pad parameters.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Sun May 1 13:17:28 PDT 2016


koriakin planned changes to this revision.
koriakin added a comment.

In http://reviews.llvm.org/D18541#417904, @uweigand wrote:

> As far as I can see, the getPersonalities call here operates on a per-module basis, i.e. it returns all personalities used by any function in the current module, not just the current function.  If other functions in the module use exceptions, but not this one, this may lead to overindication here.  Not sure if that is a problem in practice ...


That was a bad thinko...


Repository:
  rL LLVM

http://reviews.llvm.org/D18541





More information about the llvm-commits mailing list