[all-commits] [llvm/llvm-project] fe6ca5: [LangRef] Correct value ranges for address space, ...
darkbuck via All-commits
all-commits at lists.llvm.org
Thu Feb 23 18:55:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe6ca546825304e49a73eaa2c4ced57e1a8d6a5b
https://github.com/llvm/llvm-project/commit/fe6ca546825304e49a73eaa2c4ced57e1a8d6a5b
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/lib/IR/DataLayout.cpp
M llvm/test/Assembler/invalid-datalayout17.ll
M llvm/test/Assembler/invalid-datalayout4.ll
Log Message:
-----------
[LangRef] Correct value ranges for address space, vector, and float bit sizes.
- The current implementation checks them for 24-bit inegers but the
document says 23-bit one effectively by listing the range as [1,2^23).
- Minor error message correction.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D144685
More information about the All-commits
mailing list