[PATCH] D63932: [GlobalDCE] Dead Virtual Function Elimination

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 21 11:38:52 PDT 2019


mehdi_amini added a comment.

> we represent the "post-link" flag in the IR (e.g. as a module flag) in order to keep the IR self-contained.

This makes the IR self-contained, which is good, but it also make the interpretation of the IR modal, which isn't great. It means that suddenly the rules of interpretation of what is valid to do or not changes according to this module flag.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63932





More information about the cfe-commits mailing list