[PATCH] D88669: [ValueTracking] Add tracking of the alignment assume bundle

Shimin Cui via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 14:06:24 PDT 2020


scui added a comment.

In D88669#2328334 <https://reviews.llvm.org/D88669#2328334>, @efriedma wrote:

> What does the third operand of an align bundle mean?  It doesn't seem to be documented in LangRef.

You are right. My understanding is that align bundle of (p, 32, 24) assumes (p-24) is 32-byte aligned.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88669



More information about the llvm-commits mailing list