[all-commits] [llvm/llvm-project] e8c20d: [IR] add and use pattern match specialization for ...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Mon May 23 11:16:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8c20d995bed4b0f7d3579daef1f215633eaf5ee
https://github.com/llvm/llvm-project/commit/e8c20d995bed4b0f7d3579daef1f215633eaf5ee
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
Log Message:
-----------
[IR] add and use pattern match specialization for sqrt intrinsic; NFC
This was included in D126190 originally, but it's
independent and a useful change for readability.
More information about the All-commits
mailing list