[PATCH] D142146: [IR] Avoid creation of GEPs into vectors (in one place)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 11:37:26 PST 2023
nikic added a reviewer: nikic.
nikic added inline comments.
Herald added a subscriber: StephenFan.
================
Comment at: llvm/test/Transforms/InstCombine/load-gep-overalign.ll:3
; RUN: grep -v OVERALIGNED %s | opt -passes=instcombine -S | FileCheck %s --check-prefix=NATURAL
; RUN: grep -v NATURAL %s | opt -passes=instcombine -S | FileCheck %s --check-prefix=OVERALIGNED
----------------
Pass datalayout to opt instead. You should be able to use default DL in one case, and minimal DL (omitting irrelevant other type specifications) in the other.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142146/new/
https://reviews.llvm.org/D142146
More information about the llvm-commits
mailing list