[PATCH] D93389: [InstCombine] Remove scalable vector restriction in InstCombineCasts
JunMa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 05:35:29 PST 2020
junparser marked an inline comment as done.
junparser added a comment.
Thanks for review the patch !
================
Comment at: llvm/test/Transforms/InstCombine/ptr-int-cast.ll:1
; RUN: opt < %s -instcombine -S | FileCheck %s
target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
----------------
spatel wrote:
> Could update this file using utils/update_test_checks.py as a preliminary commit?
I'll udpate this when commit this patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93389/new/
https://reviews.llvm.org/D93389
More information about the llvm-commits
mailing list