[ConstantFolding] refactor helper for vector reductions; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 29 Apr 2021 16:07:51 +0000 (12:07 -0400)
committerSanjay Patel <spatel@rotateright.com>
Thu, 29 Apr 2021 16:09:22 +0000 (12:09 -0400)
commit71597d40e878c42990d315b23885771f87d6af4d
treed600a12ef8cd816316caa917c33032df3f914bf3
parentf4b1272d3d2457ca51056794023fe8ae20dd7c54
[ConstantFolding] refactor helper for vector reductions; NFC

We should handle other cases (undef/poison), so reduce
the duplication of repeated switches.
llvm/lib/Analysis/ConstantFolding.cpp