[PATCH] D108661: The maximal representable alignment in LLVM IR is 1GiB, not 512MiB
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 25 14:44:59 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/MIR/X86/load-with-1gb-alignment.mir:1
+# RUN: llc -run-pass=none -o - %s | FileCheck %s
+
----------------
Needs to add -march/-mtriple
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