[all-commits] [llvm/llvm-project] 88c245: [InstCombine] Add PR38929 test case
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Apr 6 06:43:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88c2454057b6cd1b122f7fadde666e6b8ea6ebd3
https://github.com/llvm/llvm-project/commit/88c2454057b6cd1b122f7fadde666e6b8ea6ebd3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/or.ll
Log Message:
-----------
[InstCombine] Add PR38929 test case
Fold (~x & y) | ~(x | y) --> ~x
More information about the All-commits
mailing list