[all-commits] [llvm/llvm-project] 67005c: [AArch64][NFC] Call the API getVScaleRange directly
Allen via All-commits
all-commits at lists.llvm.org
Wed Jul 26 00:54:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67005c8e6fa9464f8bc436305a422071013ae499
https://github.com/llvm/llvm-project/commit/67005c8e6fa9464f8bc436305a422071013ae499
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:
-----------
[AArch64][NFC] Call the API getVScaleRange directly
Use the maximum 64 for BitWidth of getVScaleRange to
avoid returning an empty range.
Reviewed By: sdesmalen, nikic, dmgreen
Differential Revision: https://reviews.llvm.org/D155708
More information about the All-commits
mailing list