[all-commits] [llvm/llvm-project] 566690: [APFloat] Remove BitWidth argument from getAllOnes...
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Oct 4 03:32:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 566690b067c8175314fa657b899c99bccf96821c
https://github.com/llvm/llvm-project/commit/566690b067c8175314fa657b899c99bccf96821c
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M llvm/include/llvm/ADT/APFloat.h
M llvm/lib/IR/Constants.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[APFloat] Remove BitWidth argument from getAllOnesValue
There's no need to pass this in explicitly because it is
trivially available from the semantics.
More information about the All-commits
mailing list