[all-commits] [llvm/llvm-project] d53866: Fix MSVC "result of 32-bit shift implicitly conver...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 11 02:29:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d53866ff473d4023b0e3db68a1b91cfa59aacbb9
https://github.com/llvm/llvm-project/commit/d53866ff473d4023b0e3db68a1b91cfa59aacbb9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warnings. NFCI.
Commit: e74d6269259e28225a494ce98bd1762cdac1fe89
https://github.com/llvm/llvm-project/commit/e74d6269259e28225a494ce98bd1762cdac1fe89
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
Log Message:
-----------
[IPO] Fix EXPENSIVE_CHECKS assert added at D83744. NFCI.
It wasn't taking into account that QueryingAA was a pointer.
Compare: https://github.com/llvm/llvm-project/compare/87358dba8182...e74d6269259e
More information about the All-commits
mailing list