[PATCH] D82872: [CodeGen] Fix warnings in DAGCombiner::visitSCALAR_TO_VECTOR
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 13:04:02 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-fp.ll:129
+define void @scalar_to_vector(%complex* %outval, <vscale x 2 x i1> %pred, <vscale x 2 x double> %in1, <vscale x 2 x double> %in2) {
+; CHECK-LABEL: foo1:
+ %realp = getelementptr inbounds %complex, %complex* %outval, i64 0, i32 0, i32 0
----------------
Please just generate the checks in this test with update_llc_test_checks.py.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82872/new/
https://reviews.llvm.org/D82872
More information about the llvm-commits
mailing list