- 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144685
[LangRef] Correct value ranges for address space, vector, and float bit sizes. ClosedPublic Authored by hliao on Feb 23 2023, 4:35 PM.
Details Summary
Diff Detail
Event Timelinearsenm added inline comments. This revision is now accepted and ready to land.Feb 23 2023, 4:55 PM This revision was landed with ongoing or failed builds.Feb 23 2023, 6:54 PM Closed by commit rGfe6ca5468253: [LangRef] Correct value ranges for address space, vector, and float bit sizes. (authored by hliao). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 500039 llvm/docs/LangRef.rst
llvm/lib/IR/DataLayout.cpp
llvm/test/Assembler/invalid-datalayout17.ll
llvm/test/Assembler/invalid-datalayout4.ll
|
probably should have test coverage for this