Files
clang-p2996/clang/test/CodeGen
Craig Topper 9b1e95329a [InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X transforms
As noted here https://lists.llvm.org/pipermail/llvm-dev/2016-October/106182.html and by alive2, this transform isn't valid. If X is poison this potentially propagates poison when it shouldn't.

This same transform still exists in DAGCombiner.

Differential Revision: https://reviews.llvm.org/D83360
2020-07-08 12:53:05 -07:00
..
2020-07-07 10:13:40 +08:00
2020-06-05 13:04:21 +01:00
2020-04-30 23:42:38 +02:00
2019-07-15 20:02:23 +00:00
2020-05-21 09:02:56 -04:00
2019-08-14 15:35:40 +00:00
2020-07-06 17:25:29 +09:00
2019-09-17 09:53:14 +00:00
2020-06-24 10:12:09 +02:00