1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Kai Luo fabcc59830 [DAGCombiner] Enhance (zext(setcc))
Current `v:t = zext(setcc x,y,cc)` will be transformed to `select x, y, 1:t, 0:t, cc`. It misses some opportunities if x's type size is less than `t`'s size. This patch enhances the above transformation.

Reviewed By: spatel

Differential Revision: https://reviews.llvm.org/D86687
2020-08-29 03:37:41 +00:00
..
2018-09-07 07:56:05 +00:00
2020-03-19 08:34:48 -05:00
2019-03-29 17:35:56 +00:00
2020-07-31 22:42:57 -05:00
2020-06-01 02:30:27 +00:00