[PATCH] D124085: [CodeGen] Fix assertion failure on large types store
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 09:00:49 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/Generic/codegen_prepare_large_structs.ll:1
+; RUN: opt -codegenprepare --mtriple=nvptx-unknown-unknown < %s > %t
+
----------------
I don't think tests in the Generic directory can use a triple. It requires the target to be built, but a target can be disabled by passing LLVM_TARGETS_TO_BUILD to cmake.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124085/new/
https://reviews.llvm.org/D124085
More information about the llvm-commits
mailing list