[all-commits] [llvm/llvm-project] ffa5a4: [IndVars] Remove redundant loop invariance check (...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat May 1 08:22:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffa5a402a93bcd3aa08a9ff97765f2a056829939
https://github.com/llvm/llvm-project/commit/ffa5a402a93bcd3aa08a9ff97765f2a056829939
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-01 (Sat, 01 May 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Log Message:
-----------
[IndVars] Remove redundant loop invariance check (NFC)
This is checked again directly below this condition.
More information about the All-commits
mailing list