[all-commits] [llvm/llvm-project] 9bdb91: [InstCombine][NFC] Factor out constant check
max-azul via All-commits
all-commits at lists.llvm.org
Thu Jun 4 04:55:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9bdb91889020b3e61cba26adb1b9c64a24c09f95
https://github.com/llvm/llvm-project/commit/9bdb91889020b3e61cba26adb1b9c64a24c09f95
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Log Message:
-----------
[InstCombine][NFC] Factor out constant check
We plan to add more transforms here. Besides, this check should be
done in the beginning just from function's name.
More information about the All-commits
mailing list