about summary refs log tree commit diff
path: root/tests/codegen/is_val_statically_known.rs
AgeCommit message (Collapse)AuthorLines
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-12Support safe intrinsics with fallback bodiesOli Scherer-2/+2
Turn `is_val_statically_known` into such an intrinsic to demonstrate. It is perfectly safe to call after all.
2024-01-30Add additional test cases for is_val_statically_knownAlex Huang-0/+38
2024-01-23Further Implement `is_val_statically_known`Nicholas Thompson-3/+1
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+50
Fix overflow check Make MIRI choose the path randomly and rename the intrinsic Add back test Add miri test and make it operate on `ptr` Define `llvm.is.constant` for primitives Update MIRI comment and fix test in stage2 Add const eval test Clarify that both branches must have the same side effects guaranteed non guarantee use immediate type instead Co-Authored-By: Ralf Jung <post@ralfj.de>