[Openmp-commits] [PATCH] D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks
John McIver via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed May 17 15:29:50 PDT 2023
jmciver updated this revision to Diff 523189.
jmciver added a comment.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
Refactor scalar and vector tests to emit icmp from one location
Prior to this update foldLogOpOfMaskedICmpsAllZerosBMaskNeqMixedOrContiguous
returned icmp expressions from two locations. Acceptance is now handled at the
end of the function resulting in a single location for icmp emission.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125717/new/
https://reviews.llvm.org/D125717
Files:
llvm/include/llvm/IR/PatternMatch.h
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/test/Transforms/InstCombine/icmp-logical.ll
openmp/runtime/src/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125717.523189.patch
Type: text/x-patch
Size: 24556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230517/5ec3c0b5/attachment-0001.bin>
More information about the Openmp-commits
mailing list