[PATCH] D108661: The maximal representable alignment in LLVM IR is 1GiB, not 512MiB
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 25 15:38:50 PDT 2021
lebedev.ri added a comment.
Thanks everyone!
I don't expect that there will be any further feedback, so i plan on landing this tomorrow, unless there is further feedback before then.
================
Comment at: llvm/test/CodeGen/MIR/X86/load-with-1gb-alignment.mir:1
+# RUN: llc -run-pass=none -o - %s | FileCheck %s
+
----------------
arsenm wrote:
> Needs to add -march/-mtriple
D'oh.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108661/new/
https://reviews.llvm.org/D108661
More information about the cfe-commits
mailing list