[all-commits] [llvm/llvm-project] 19be7f: [X86] Add D113970 tests cases for or-lea with no c...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Nov 24 05:22:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19be7f9702547c35224960f1a846e344576f8e31
https://github.com/llvm/llvm-project/commit/19be7f9702547c35224960f1a846e344576f8e31
Author: Omer Aviram <omeraviram1 at gmail.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M llvm/test/CodeGen/X86/or-lea.ll
Log Message:
-----------
[X86] Add D113970 tests cases for or-lea with no common bits.
Added tests are permutations of the pattern: (X & ~M) or (Y & M).
Differential Revision: https://reviews.llvm.org/D114078
More information about the All-commits
mailing list