[llvm] [X86][DAGCombiner][SelectionDAG] - Fold Zext Build Vector to Bitcast of widen Build Vector (PR #135010)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 24 05:45:52 PDT 2025
================
@@ -0,0 +1,258 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mcpu=znver5 -mtriple=x86_64-unknown-unknown < %s | FileCheck %s
----------------
RKSimon wrote:
You should be able to remove this WidenBuildVector.ll file now - I've pushed 8b2d269db22d253ef07a48ef433bc94dc70f2c75 which contains these (cleaned up) tests for a wider range of x86 targets - please can you merge with trunk to see the codegen diffs?
https://github.com/llvm/llvm-project/pull/135010
More information about the llvm-commits
mailing list