[PATCH] D124085: [CodeGen] Fix assertion failure on large types store

Daniil Kovalev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 09:28:10 PDT 2022


kovdan01 added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/codegen_prepare_large_structs.ll:1
+; RUN: opt -codegenprepare --mtriple=nvptx-unknown-unknown < %s > %t
+
----------------
craig.topper wrote:
> 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.
Makes sense, fixed, thanks!


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

https://reviews.llvm.org/D124085



More information about the llvm-commits mailing list