1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Transforms/BDCE
Nikita Popov a8497a77ba [DemandedBits][BDCE] Add support for min/max intrinsics
Add DemandedBits / BDCE support for min/max intrinsics: If the low
bits are not demanded in the result, they also aren't demanded in
the operands.

Differential Revision: https://reviews.llvm.org/D87161
2020-09-10 22:13:31 +02:00
..
basic.ll
dbg-multipleuses.ll
dce-pure.ll
dead-uses.ll
dead-void-ro.ll
intrinsics.ll [DemandedBits][BDCE] Add support for min/max intrinsics 2020-09-10 22:13:31 +02:00
invalidate-assumptions.ll
order.ll
pr26587.ll
pr41925.ll
sext_multi_uses.ll [BDCE] SExt -> ZExt when no sign bits is used and instruction has multiple uses 2020-07-10 08:34:53 +01:00
vectors.ll