[all-commits] [llvm/llvm-project] 05aae0: Reland [AArch64][NFC] Call the API getVScaleRange ...
Allen via All-commits
all-commits at lists.llvm.org
Wed Jul 26 03:55:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05aae0839f86957e6adf51fc2d7e4d0143568f25
https://github.com/llvm/llvm-project/commit/05aae0839f86957e6adf51fc2d7e4d0143568f25
Author: Zhongyunde <zhongyunde at huawei.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
Log Message:
-----------
Reland [AArch64][NFC] Call the API getVScaleRange directly
Use the maximum 64 for BitWidth of getVScaleRange to avoid returning an empty range.
the previous changes bring in a Buildbot failure because MinSVEVectorSize = MinSVEVectorSize.
error: explicitly assigning value of variable of type 'unsigned int' to itself [-Werror,-Wself-assign]
Reviewed By: sdesmalen, nikic, dmgreen
Differential Revision: https://reviews.llvm.org/D155708
More information about the All-commits
mailing list