[all-commits] [llvm/llvm-project] 9cae51: [InstCombine] Add additional test coverage for D12...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 18 05:27:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cae511aa15af1491823b74ca84a3c88afe0cbab
https://github.com/llvm/llvm-project/commit/9cae511aa15af1491823b74ca84a3c88afe0cbab
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-18 (Mon, 18 Apr 2022)
Changed paths:
A llvm/test/Transforms/InstCombine/add-mask.ll
Log Message:
-----------
[InstCombine] Add additional test coverage for D123374
More basic test coverage for the fold: (A & 2^C1) + A => A & (2^C1 - 1) iff bit C1 in A is a sign bit
More information about the All-commits
mailing list