summary refs log tree commit diff
path: root/src/test/ui/codegen/issue-101585-128bit-repeat.rs
AgeCommit message (Collapse)AuthorLines
2022-09-09Introduce a fallible variant of LLVMConstIntGetZExtValueTomasz Miąsko-0/+14
which verifies that a constant bit width is within 64 bits or fails.