[all-commits] [llvm/llvm-project] 921b8f: [SCEV][NFC] GetMinTrailingZeros switch case and na...
Joshua Cao via All-commits
all-commits at lists.llvm.org
Mon Apr 10 22:57:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 921b8f40e816f980c39758087290c995cafbfd46
https://github.com/llvm/llvm-project/commit/921b8f40e816f980c39758087290c995cafbfd46
Author: Joshua Cao <cao.joshua at yahoo.com>
Date: 2023-04-10 (Mon, 10 Apr 2023)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV][NFC] GetMinTrailingZeros switch case and naming cleanup
* combine zext and sext into the one switch case
* combine vscale and udiv into one switch case
* renames according to LLVM style
More information about the All-commits
mailing list