[all-commits] [llvm/llvm-project] 030360: [Alignment] Use 'previous()' method instead of sca...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jun 20 04:02:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03036061c7716f88cef32ebe16f2c10307383ef8
https://github.com/llvm/llvm-project/commit/03036061c7716f88cef32ebe16f2c10307383ef8
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M llvm/include/llvm/Support/Alignment.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/unittests/Support/AlignmentTest.cpp
Log Message:
-----------
[Alignment] Use 'previous()' method instead of scalar division
This is in preparation of integration with D128052.
Differential Revision: https://reviews.llvm.org/D128169
More information about the All-commits
mailing list