[PATCH] D144903: [X86] Drop single use check for freeze(undef) in LowerAVXCONCAT_VECTORS

Juneyoung Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 14:47:38 PST 2023


aqjune added inline comments.


================
Comment at: clang/test/CodeGen/X86/avx-cast-builtins.c:1
 // RUN: %clang_cc1 %s -O3 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-unknown -target-feature +avx -target-feature +avx512f  -target-feature +avx512fp16 -S -o - | FileCheck %s
 
----------------
This line contains `%s` twice, which seems to cause the crash.

Would removing one of `%s` resolve the crash issue? On my machine removing one of those worked well; with two `%s`; it crashed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144903



More information about the cfe-commits mailing list