[all-commits] [llvm/llvm-project] fc128e: [LICM] Do not hoist min/max for pointer types
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Mon Mar 13 00:12:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc128e126bcd6ca2723e74282601ef76f705489f
https://github.com/llvm/llvm-project/commit/fc128e126bcd6ca2723e74282601ef76f705489f
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/test/Transforms/LICM/min_max.ll
Log Message:
-----------
[LICM] Do not hoist min/max for pointer types
umin and similar intrinsics are not defined for them.
More information about the All-commits
mailing list