[PATCH] D77984: Make IRBuilder automatically set alignment on load/store/alloca.

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 21:19:24 PDT 2020


bondhugula added a comment.

This revision has broken MLIR test cases that test conversion to llvm IR (test/Target/llvmir.mlir - an llvm.alloca in MLIR with its alignment attribute set to 0 now converts into an LLVM IR alloca with alignment automatically set to 4 - I think the fix is trivial). Please build with -DLLVM_ENABLE_PROJECTS=mlir to reproduce - revisions submitted via arcanist will show the failed test cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77984





More information about the llvm-commits mailing list