[all-commits] [llvm/llvm-project] 0be994: [SCEV] Don't check if propagation safe if there ar...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 5 13:28:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0be9940ef240d04111c7ef7df360c3b4209dfdea
https://github.com/llvm/llvm-project/commit/0be9940ef240d04111c7ef7df360c3b4209dfdea
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Don't check if propagation safe if there are no flags (NFC)
If there are no nowrap flags, then we don't need to determine
whether propagating flags is safe -- it will make no difference.
More information about the All-commits
mailing list