Files
clang-p2996/llvm/test/Transforms/IndVarSimplify/AArch64
Nikita Popov 4b22a923c4 [IndVars] Mark truncs as nuw/nsw (#88686)
When inserting truncs during IV widening, mark the trunc as either nuw
or nsw depending on whether zext or sext widening was used. For
non-negative IVs both nuw and nsw apply.
2024-04-16 10:42:32 +09:00
..