[all-commits] [llvm/llvm-project] c720fa: [InstCombine] Add test for phi translation during ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Sep 30 04:08:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c720fad16fd90d625a1373d562e568cd36770fd1
https://github.com/llvm/llvm-project/commit/c720fad16fd90d625a1373d562e568cd36770fd1
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/phi-select-constant.ll
Log Message:
-----------
[InstCombine] Add test for phi translation during select of phi fold (NFC)
The phi translation performed during this fold is important for
correctness, but was apparently untested.
More information about the All-commits
mailing list