[PATCH] D69900: Align load/store for llvm.loop.aligned metadata

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 12:57:15 PST 2019


hfinkel added a comment.

Do we need this at all? Can't we just emit `@llvm.assume` calls before the loop if we know the alignment? I've done this in the past and it's worked well (by using __builtin_assume_aligned  from Clang).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69900





More information about the llvm-commits mailing list