[all-commits] [llvm/llvm-project] 34d0d6: [ValueTracking] move/add helper to get inverse min...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Mar 8 14:38:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34d0d644ffa4a3282a03f6e47b5f420a09ff9848
https://github.com/llvm/llvm-project/commit/34d0d644ffa4a3282a03f6e47b5f420a09ff9848
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] move/add helper to get inverse min/max; NFC
We will need to this functionality to improve min/max folds
in instcombine when we canonicalize to intrinsics.
Commit: c05d574a98592228fdba7d350e9a1e4f40d18e2e
https://github.com/llvm/llvm-project/commit/c05d574a98592228fdba7d350e9a1e4f40d18e2e
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/minmax-intrinsics.ll
Log Message:
-----------
[InstCombine] add tests for min/max intrinsics with not ops; NFC
Compare: https://github.com/llvm/llvm-project/compare/f7d73a6b9e8d...c05d574a9859
More information about the All-commits
mailing list