2 Commits

Author SHA1 Message Date
Max Kazantsev
3b73892b43 [SimpleLoopUnswitch] Do not try to inject pointer conditions. PR62058
As shown in https://github.com/llvm/llvm-project/issues/62058, canonicalication
may fail with pointer types (and basically this transform is not expected to
work with pointers).
2023-04-12 20:38:17 +07:00
Max Kazantsev
c1fe305052 [Test] Add XFAIL test for PR62058
Details at https://github.com/llvm/llvm-project/issues/62058
2023-04-12 20:33:39 +07:00