[PATCH] D151141: [CodeGen] Fix crash in CodeGenPrepare::optimizeGatherScatterInst.

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 12:55:21 PDT 2023


jcranmer-intel added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/masked-gather-struct-gep.ll:3
+; RUN: opt -S -codegenprepare < %s | FileCheck %s
+; REQUIRES: x86-registered-target
+target triple = "x86_64-pc-linux"
----------------
craig.topper wrote:
> Can we just put the test in the X86 directory?
Sure, I just put it there because CodeGenPrepare isn't really target-specific, and I was cribbing the requires line from another test in this directory.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151141



More information about the llvm-commits mailing list