[all-commits] [llvm/llvm-project] 9082eb: [InstCombine] Add tests for A+(B&~A) and A+((A&B)^...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon May 2 04:25:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9082ebeb4f14b41daf859a4f25bc0c71604e9292
https://github.com/llvm/llvm-project/commit/9082ebeb4f14b41daf859a4f25bc0c71604e9292
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-05-02 (Mon, 02 May 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/add.ll
Log Message:
-----------
[InstCombine] Add tests for A+(B&~A) and A+((A&B)^B) (NFC)
More information about the All-commits
mailing list