Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions 6 Packages Projects Releases Wiki Activity
llvm-project/llvm/test/Analysis/Delinearization
History
Nikita Popov efe4e7a026
[SCEV] Fix incorrect nsw inference for multiply of addrec (#66500)
SCEV currently preserves the nsw flag when performing an nsw multiply of
an nsw addrec. While this is legal for nuw, this is not generally the
case for nsw.

This is because nsw mul does not distribute over nsw add:
https://alive2.llvm.org/ce/z/mergCt

Instead, we need either both nuw and nsw to be set
(https://alive2.llvm.org/ce/z/7wpgGc) or explicitly prove that the
distributed multiplications are also nsw
(https://alive2.llvm.org/ce/z/wef9su).

Fixes https://github.com/llvm/llvm-project/issues/66066.
2023-09-18 08:23:10 +02:00
..
a.ll
…
byte_offset.ll
…
constant_functions_multi_dim.ll
…
divide_by_one.ll
…
gcd_multiply_expr.ll
…
himeno_1.ll
…
himeno_2.ll
…
iv_times_constant_in_subscript.ll
…
lit.local.cfg
…
multidim_ivs_and_integer_offsets_3d.ll
…
multidim_ivs_and_integer_offsets_nts_3d.ll
…
multidim_ivs_and_parameteric_offsets_3d.ll
…
multidim_only_ivs_2d_nested.ll
…
multidim_only_ivs_2d.ll
…
multidim_only_ivs_3d_cast.ll
…
multidim_only_ivs_3d.ll
…
multidim_two_accesses_different_delinearization.ll
…
parameter_addrec_product.ll
…
terms_with_identity_factor.ll
…
type_mismatch.ll
…
undef.ll
…
Powered by Gitea Version: 1.23.1 Page: 1047ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API