Nikita Popov
35bad229c1
[PredicateInfo] Use bitcast instead of ssa.copy ( #151174 )
...
PredicateInfo needs some no-op to which the predicate can be attached.
Currently this is an ssa.copy intrinsic. This PR replaces it with a
no-op bitcast.
Using a bitcast is more efficient because we don't have the overhead of
an overloaded intrinsic. It also makes things slightly simpler overall.
2025-08-11 09:25:01 +02:00
..
2025-06-12 11:51:58 +01:00
2025-07-15 15:34:10 +01:00
2025-08-01 00:24:40 -07:00
2025-05-05 12:10:03 +02:00
2025-05-04 16:08:31 -07:00
2025-03-31 08:10:34 -07:00
2025-06-12 11:51:58 +01:00
2025-06-20 18:55:41 -04:00
2025-06-27 12:49:20 -07:00
2025-08-08 11:09:34 +02:00
2025-03-27 07:51:58 -07:00
2025-05-15 15:00:05 +02:00
2025-07-29 11:45:31 +02:00
2025-05-24 09:37:43 -07:00
2025-08-11 09:25:01 +02:00
2025-07-23 10:37:29 +01:00
2025-04-11 19:39:25 +08:00
2025-05-28 16:44:44 -07:00
2025-05-24 09:37:43 -07:00
2025-07-15 15:34:10 +01:00
2025-07-30 14:04:11 -07:00
2025-08-01 12:51:12 -07:00
2025-07-18 11:31:52 +01:00
2025-04-07 19:55:00 -07:00
2025-07-16 11:41:32 +01:00
2025-05-02 09:40:50 +02:00
2025-05-24 09:37:32 -07:00
2025-04-28 19:28:56 +02:00
2025-06-17 15:55:14 +01:00
2025-06-19 17:28:39 +02:00
2025-06-26 08:41:18 -07:00
2025-07-30 14:04:11 -07:00
2025-06-20 08:01:32 +08:00