[all-commits] [llvm/llvm-project] 95a440: [IR] PatternMatch - add m_FShl/m_FShr funnel shift...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Oct 1 06:43:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95a440b936c26b97eb47d691df551d21ce8c13d3
https://github.com/llvm/llvm-project/commit/95a440b936c26b97eb47d691df551d21ce8c13d3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[IR] PatternMatch - add m_FShl/m_FShr funnel shift intrinsic matchers. NFCI.
Commit: 567049f89282d10ec2e82ea21e239fb0174a0ee1
https://github.com/llvm/llvm-project/commit/567049f89282d10ec2e82ea21e239fb0174a0ee1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
Log Message:
-----------
[InstCombine] Use m_FAbs matcher helper. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/866d9b03f290...567049f89282
More information about the All-commits
mailing list