[all-commits] [llvm/llvm-project] 0b5340: [InstCombine] Factor out a common pattern match us...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Jan 6 10:24:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b5340acb758e2d89acf801ebf77106e3a32f03f
https://github.com/llvm/llvm-project/commit/0b5340acb758e2d89acf801ebf77106e3a32f03f
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Log Message:
-----------
[InstCombine] Factor out a common pattern match used 3 times. NFC.
This is needed for the next patch which will add more patterns
to the same match.
Differential Revision: https://reviews.llvm.org/D116194
More information about the All-commits
mailing list