[PATCH] D112016: [IR] Introduce load assume operand bundle

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 11:24:19 PDT 2021


jdoerfert added a comment.

> This is useful for exposing the vtable value of a C++ object after its constructor without having to insert a load into the instruction stream.

Why is an assume better than a load?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112016



More information about the llvm-commits mailing list