[all-commits] [llvm/llvm-project] b06fd1: [GVN][NFC] Add pre-commit tests for non-local load...
Sergey Kachkov via All-commits
all-commits at lists.llvm.org
Wed Jan 18 00:51:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b06fd14359fdfa9e3473210e57936d050d685ae3
https://github.com/llvm/llvm-project/commit/b06fd14359fdfa9e3473210e57936d050d685ae3
Author: Sergey Kachkov <sergey.kachkov at syntacore.com>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
M llvm/test/Transforms/GVN/PRE/pre-load-through-select.ll
Log Message:
-----------
[GVN][NFC] Add pre-commit tests for non-local load cases (D141680)
Add test cases when load is non-local for select dependency, but can be
found in extended BB (chain of blocks with single predecessor). Check
that type of found load is the same.
More information about the All-commits
mailing list