[all-commits] [llvm/llvm-project] 8ae136: [GVN LoadPRE] Add test to show an opportunty.
serguei-katkov via All-commits
all-commits at lists.llvm.org
Fri Oct 2 03:54:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ae1369f794c1e6da6aaf1b540e3c98d1e8a16c4
https://github.com/llvm/llvm-project/commit/8ae1369f794c1e6da6aaf1b540e3c98d1e8a16c4
Author: Serguei Katkov <serguei.katkov at azul.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
A llvm/test/Transforms/GVN/loadpre-context.ll
Log Message:
-----------
[GVN LoadPRE] Add test to show an opportunty.
We can use context to prove that load can be safely executed
at a point where load is being hoisted.
More information about the All-commits
mailing list