[PATCH] D85159: [ConstProp] Remove ConstantPropagation
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 13:32:23 PDT 2020
fhahn added inline comments.
================
Comment at: llvm/test/Analysis/ConstantFolding/vscale.ll:210
-;
- %i1 = insertelement <vscale x 4 x i32> undef, i32 1, i32 0
- %i2 = shufflevector <vscale x 4 x i32> %i1, <vscale x 4 x i32> undef, <vscale x 4 x i32> zeroinitializer
----------------
why are those removed? Is that functionality missing from instsimplify?
================
Comment at: llvm/test/Transforms/ConstProp/bitcast.ll:2
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -constprop -S | FileCheck %s
; PR2165
----------------
I think we should probably move the tests to the instsimplify dir?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85159/new/
https://reviews.llvm.org/D85159
More information about the llvm-commits
mailing list