[all-commits] [llvm/llvm-project] fc6092: [IndVars] Eliminate redundant type cast between un...
Allen via All-commits
all-commits at lists.llvm.org
Thu Jul 14 04:43:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc6092fd4d138834ba310a8e635770de79276f93
https://github.com/llvm/llvm-project/commit/fc6092fd4d138834ba310a8e635770de79276f93
Author: zhongyunde <zhongyunde at huawei.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
M llvm/test/Transforms/IndVarSimplify/floating-point-small-iv.ll
Log Message:
-----------
[IndVars] Eliminate redundant type cast between unsigned integer and float
Extend for unsigned integer according the comment of D129191.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D129358
More information about the All-commits
mailing list