[all-commits] [llvm/llvm-project] 1b5a19: [InstCombine] add tests for factorization of min/m...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Aug 12 08:25:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b5a195845e1612ca0f76ee1b03f7e008e4912b8
https://github.com/llvm/llvm-project/commit/1b5a195845e1612ca0f76ee1b03f7e008e4912b8
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
M llvm/test/Transforms/InstCombine/minmax-intrinsics.ll
Log Message:
-----------
[InstCombine] add tests for factorization of min/max intrinsics; NFC
Commit: 6de1dbbd09c12abbec7eb187ffa1afbd47302dfa
https://github.com/llvm/llvm-project/commit/6de1dbbd09c12abbec7eb187ffa1afbd47302dfa
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/minmax-intrinsics.ll
Log Message:
-----------
[InstCombine] factorize min/max intrinsic ops with common operand
This is an adaptation of D41603 and another step on the way
to canonicalizing to the intrinsic forms of min/max.
See D98152 for status.
Compare: https://github.com/llvm/llvm-project/compare/99e00663d4cd...6de1dbbd09c1
More information about the All-commits
mailing list