[PATCH] D144903: [X86] Drop single use check for freeze(undef) in LowerAVXCONCAT_VECTORS
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 28 03:33:56 PST 2023
RKSimon 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
----------------
Why did you lose this?
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