[PATCH] D142444: [IPSCCP][FuncSpec] Fix compiler crash 60191.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 07:48:52 PST 2023
labrinea added inline comments.
================
Comment at: llvm/test/Transforms/FunctionSpecialization/compiler-crash-60191.ll:1
+; RUN: opt -S --passes="ipsccp<func-spec>" -force-function-specialization < %s
+
----------------
nikic wrote:
> Missing `| FileCheck %s`, so your CHECK-DAG lines below don't do anything...
Oops
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142444/new/
https://reviews.llvm.org/D142444
More information about the llvm-commits
mailing list