Files
clang-p2996/llvm/test/Transforms/LICM
Florian Hahn ab6677e7d6 [LICM] Only set AA metadata on hoisted load if it executes. (#117204)
https://github.com/llvm/llvm-project/pull/116220 clarified that
violations of aliasing metadata are UB.

Only set the AA metadata after hoisting a log, if it is guaranteed to
execute in the original loop.

PR: https://github.com/llvm/llvm-project/pull/117204
2024-11-26 14:16:16 +00:00
..