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

Piotr Padlewski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 06:50:39 PDT 2021


Prazek added a comment.

In D112016#3071407 <https://reviews.llvm.org/D112016#3071407>, @rnk wrote:

> In D112016#3070842 <https://reviews.llvm.org/D112016#3070842>, @aeubanks wrote:
>
>> happy to change the name if there's a better alternative
>
> To bikeshed a bit, how about "load_eq"? Meaning, "a load of op1 is equal to op2".

Or "loads" (like "loads" value from a pointer), but I think "load_eq" also is a bit more descriptive.
I actually thought adding this feature will require more engineering, well done.


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