[all-commits] [llvm/llvm-project] 745f82: [InstCombine] add tests for X == 0 ? 0 : X * Y ; NFC
fzhinkin via All-commits
all-commits at lists.llvm.org
Fri Sep 10 06:08:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 745f82b8d909db1bee8282742acb97f09c68f194
https://github.com/llvm/llvm-project/commit/745f82b8d909db1bee8282742acb97f09c68f194
Author: Filipp Zhinkin <filipp.zhinkin at gmail.com>
Date: 2021-09-10 (Fri, 10 Sep 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/select.ll
Log Message:
-----------
[InstCombine] add tests for X == 0 ? 0 : X * Y ; NFC
These are the tests for D108408 with current baseline results.
More information about the All-commits
mailing list