[all-commits] [llvm/llvm-project] 80ff42: [scev-aa] Make TypeSize -> uint64_t conversion exp...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu Oct 26 01:39:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80ff42bc7bb8188fb0c239c9f2035faf1398e59a
https://github.com/llvm/llvm-project/commit/80ff42bc7bb8188fb0c239c9f2035faf1398e59a
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
Log Message:
-----------
[scev-aa] Make TypeSize -> uint64_t conversion explicit
Some versions of MSVC have issues with the implicit conversion, and it
also makes it clearer what's going on (the current code doesn't handle
scalable vectors)
More information about the All-commits
mailing list