[all-commits] [llvm/llvm-project] 6cf7f3: [IndVars][NFC] Separate invariant condition creati...
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Mon Dec 12 02:16:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cf7f32ab5bc0ace281c8fa92b0b217be6aad07e
https://github.com/llvm/llvm-project/commit/6cf7f32ab5bc0ace281c8fa92b0b217be6aad07e
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Log Message:
-----------
[IndVars][NFC] Separate invariant condition creation and cond replacement
This separation is a preparatory step for further improvements in this code.
Also simplifies this function's API.
More information about the All-commits
mailing list