Heejin Ahn
a54704de0d
[WebAssembly] Split and tidy up target features test ( #96735 )
...
This splits `target-features.ll` into two tests:
`target-features-attrs.ll` and `target-features-cpus.ll`.
Now `target-features-attrs.ll` contains tests with bitcode function
attributes and `-mattr=` options. The current `target-features.ll`
file's FileCheck lines are confusing, mainly because it is unclear how
`CHECK` and `ATTRS` lines are meant to be different. Turns out, before
67ec8744d7 ,
`-mattr=` options used to override any existing bitcode function
attributes, but after the commit that's not the case anymore. So the
original test had a line that tested `i32.atomic.rmw.cmpxchg` was not
generated when `-mattr=+simd128` was given (because the existing
`+atomics` in the function attributes is overriden). That commit deleted
that line and changed some `ATTRS` lines into `CHECK`, which was
confusing. This PR simplifies that part and does not test the absence of
any instructions, and the effect of `-mattr=` option is only tested with
the target features section.
And `target-features-cpus.ll` only tests the sets of features enabled by
`-mcpu=` lines. It is better to have this as a separate file because
once you have bitcode function attributes they end up in the target
features section too, making the testing of only the `-mcpu=` options
difficult.
2024-06-26 13:28:55 -07:00
..
2023-04-04 12:16:50 +02:00
2024-06-04 08:31:03 +02:00
2023-02-01 15:14:11 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-01-24 17:55:11 -04:00
2023-02-14 15:20:06 -05:00
2023-02-14 15:20:06 -05:00
2022-12-19 13:07:59 +01:00
2023-04-05 01:41:59 -07:00
2022-12-19 13:07:59 +01:00
2023-04-05 01:42:36 -07:00
2024-01-13 14:55:54 -08:00
2024-05-28 13:26:36 -07:00
2023-01-05 13:21:20 +01:00
2024-02-05 14:07:09 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-01-26 10:26:24 +00:00
2023-01-26 10:26:24 +00:00
2022-11-02 12:51:28 -07:00
2022-12-19 13:07:59 +01:00
2024-02-01 07:26:58 +08:00
2022-12-19 13:07:59 +01:00
2024-05-28 16:27:04 -07:00
2024-06-18 21:56:41 -07:00
2023-01-05 13:21:20 +01:00
2024-06-06 10:44:53 +01:00
2023-06-23 14:07:11 -07:00
2023-06-23 14:07:11 -07:00
2024-06-04 08:31:03 +02:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-06-26 10:45:41 -07:00
2023-06-26 10:45:41 -07:00
2023-07-11 15:17:26 -07:00
2023-02-07 15:56:10 +00:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-01-16 10:30:00 +01:00
2023-01-05 13:21:20 +01:00
2024-05-23 18:25:58 -07:00
2023-07-20 00:02:06 -07:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-02-05 14:07:09 +01:00
2022-12-19 13:07:59 +01:00
2024-06-25 10:39:05 -07:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-08-03 10:21:43 +01:00
2024-02-05 17:38:54 -08:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-07-11 10:36:25 -04:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-02-26 19:17:06 +00:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-06-11 10:43:51 -04:00
2023-05-17 17:03:15 +02:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-04-23 17:48:59 +09:00
2024-05-28 11:36:48 -07:00
2024-03-28 04:41:29 +00:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-05-19 14:59:03 +01:00
2024-03-25 18:11:56 -07:00
2024-03-25 18:11:56 -07:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-03-28 04:41:29 +00:00
2022-12-19 13:07:59 +01:00
2024-03-25 18:11:56 -07:00
2024-03-25 18:11:56 -07:00
2023-07-12 14:35:55 +02:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-03-02 09:37:25 +08:00
2023-01-26 10:26:24 +00:00
2022-11-02 12:51:28 -07:00
2024-04-04 16:47:25 +02:00
2024-04-23 17:48:59 +09:00
2024-04-23 17:48:59 +09:00
2024-04-23 17:48:59 +09:00
2023-05-17 10:48:52 +02:00
2024-04-23 17:48:59 +09:00
2022-11-02 12:51:28 -07:00
2022-12-19 13:07:59 +01:00
2024-02-21 03:35:36 +09:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-01-26 10:26:24 +00:00
2022-12-19 13:07:59 +01:00
2024-05-09 15:38:13 -07:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-03-13 08:59:52 +08:00
2023-09-13 12:33:39 +01:00
2023-03-30 20:14:11 -07:00
2024-03-20 08:42:42 -07:00
2023-02-09 18:45:20 +03:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-04-23 17:57:49 +09:00
2022-11-02 12:51:28 -07:00
2024-05-28 16:10:11 -07:00
2024-05-28 16:10:11 -07:00
2023-09-26 14:25:11 +01:00
2023-06-21 10:30:43 -04:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-01-26 10:26:24 +00:00
2023-01-26 10:26:24 +00:00
2023-01-26 10:26:24 +00:00
2023-06-06 07:48:35 +02:00
2023-01-26 10:26:24 +00:00
2024-01-09 23:54:43 -06:00
2022-11-02 12:51:28 -07:00
2024-06-06 16:44:07 +02:00
2023-06-09 08:42:27 -07:00
2023-01-26 14:26:02 +00:00
2023-01-04 15:07:47 +00:00
2022-11-02 12:51:28 -07:00
2022-12-19 13:07:59 +01:00
2023-06-09 08:42:27 -07:00
2023-06-09 08:42:27 -07:00
2022-12-19 10:37:19 +00:00
2023-01-26 10:26:24 +00:00
2023-06-23 14:07:11 -07:00
2023-05-03 16:00:20 -07:00
2022-12-19 13:07:59 +01:00
2023-01-04 15:07:47 +00:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-06-09 08:42:27 -07:00
2023-01-04 15:07:47 +00:00
2023-07-12 14:35:55 +02:00
2022-11-02 12:51:28 -07:00
2023-01-04 15:07:47 +00:00
2023-08-25 08:13:27 -07:00
2023-10-24 12:35:43 +02:00
2022-12-19 13:07:59 +01:00
2024-06-14 17:18:20 -04:00
2023-06-30 11:30:18 -07:00
2024-04-04 16:47:25 +02:00
2022-12-19 13:07:59 +01:00
2023-01-26 10:26:24 +00:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-02-06 09:07:58 +08:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-11-23 18:45:52 +01:00
2022-11-23 18:45:52 +01:00
2022-11-23 18:45:52 +01:00
2022-11-23 18:45:52 +01:00
2023-03-22 09:28:48 -07:00
2024-06-26 13:28:55 -07:00
2024-06-26 13:28:55 -07:00
2022-11-02 12:51:28 -07:00
2024-04-10 16:24:02 -07:00
2024-04-10 16:24:02 -07:00
2023-08-03 10:21:43 +01:00
2023-01-26 10:26:24 +00:00
2024-04-28 10:13:02 +08:00
2023-12-05 14:09:36 +01:00
2022-12-19 13:07:59 +01:00
2024-02-05 14:07:09 +01:00
2024-06-06 10:44:53 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-06-08 16:59:49 -07:00
2024-02-13 13:43:21 -08:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-02-06 12:39:48 +00:00