Florian Hahn
2bdc1a1337
[LV] Use frozen start value for FindLastIV if needed. (#132691)
FindLastIV introduces multiple uses of the start value, where in the
original source there was only a single use, when the epilogue is
vectorized.
Each use of undef may produce a different result, so introducing
multiple uses can produce incorrect results when the input is
undef/poison.
If the start value may be undef or poison, freeze it and use the frozen
value, which will be the same at all uses.
See the following scenarios in Alive2:
* Both main and epilogue vector loops execute, go to exit block: https://alive2.llvm.org/ce/z/_TSvRr
* Both main and epilogue vector loops execute, go to scalar loop: https://alive2.llvm.org/ce/z/CsPj5v
* Only epilogue vector loop executes, go to exit block: https://alive2.llvm.org/ce/z/5XqkNV
* Only epilogue vector loop executes, go to scalar loop: https://alive2.llvm.org/ce/z/JUpqRN
The latter 2 show requiring freezing the resume phi. That means we cannot freeze
in the preheader. We could move the freeze to the main iteration count check, but
that would be a bit fragile to find and other transforms can sink the freeze if needed.
Depends on https://github.com/llvm/llvm-project/pull/132689
and https://github.com/llvm/llvm-project/pull/132690.
Fixes https://github.com/llvm/llvm-project/issues/126836
PR: https://github.com/llvm/llvm-project/pull/132691
2025-04-04 11:48:01 +01:00
..
2025-04-04 11:48:01 +01:00
2025-03-04 17:19:06 -06:00
2025-03-28 14:47:40 +00:00
2025-03-26 21:03:50 +00:00
2025-03-28 21:48:59 +00:00
2025-04-03 16:24:56 +01:00
2025-03-28 14:47:40 +00:00
2025-03-25 12:57:24 +00:00
2025-04-02 10:26:48 +01:00
2025-02-27 17:43:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-15 21:32:48 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-13 18:35:07 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-04-04 11:48:01 +01:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-28 21:48:59 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-28 21:48:59 +00:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-14 15:50:49 +00:00
2024-11-21 08:06:56 +00:00
2025-02-27 17:43:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-04-02 17:23:00 +01:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-28 21:48:59 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-11 21:19:14 +00:00
2025-02-26 13:57:51 +00:00
2025-04-02 10:26:48 +01:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-02-20 17:01:49 +01:00
2025-03-27 20:29:37 +09:00
2022-12-14 15:16:59 +01:00
2025-02-28 12:56:12 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-09 15:05:35 +00:00
2025-03-09 18:13:06 +00:00
2025-03-16 11:37:58 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-23 09:06:01 +00:00
2025-03-28 14:47:40 +00:00
2025-03-25 12:57:24 +00:00
2025-03-11 21:19:14 +00:00
2025-02-15 21:54:16 +01:00
2025-03-26 21:03:50 +00:00
2025-03-15 21:32:48 +00:00
2025-03-25 12:57:24 +00:00
2025-03-28 14:47:40 +00:00
2025-03-05 19:13:23 +08:00
2025-03-14 09:08:32 +08:00
2025-03-26 21:03:50 +00:00
2025-03-28 14:47:40 +00:00
2025-03-11 21:19:14 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-04-02 17:22:40 +01:00
2025-03-25 12:57:24 +00:00
2025-04-02 17:22:40 +01:00
2025-03-25 12:57:24 +00:00
2025-02-26 13:57:51 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-04-02 10:26:48 +01:00
2025-03-25 12:57:24 +00:00
2025-03-26 12:09:59 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-26 21:03:50 +00:00
2025-03-28 14:47:40 +00:00
2025-03-28 14:47:40 +00:00
2025-03-28 14:47:40 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-28 21:48:59 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-26 21:03:50 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-31 07:55:48 +01:00
2025-01-19 19:15:45 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-25 12:57:24 +00:00
2025-03-28 21:48:59 +00:00
2025-03-10 20:28:56 +00:00
2025-03-28 21:48:59 +00:00
2025-03-28 21:48:59 +00:00
2025-03-09 15:05:35 +00:00
2025-03-28 21:48:59 +00:00
2025-03-28 21:48:59 +00:00
2025-03-28 21:48:59 +00:00
2025-03-28 21:48:59 +00:00
2025-03-19 21:35:15 +00:00
2025-02-26 13:57:51 +00:00
2025-03-28 21:48:59 +00:00
2025-03-25 12:57:24 +00:00