This is acheived by making the RunContext a state variable of the test
classes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This helps us setup math tests for float, double and long double flavors of a functions without a lot of duplicated logic. See the tests of remquo, remquof and remquol for examples. In contrast, I used this change to set up tests for ilogb, ilogbf and ilogbl without any duplicated logic: https://reviews.llvm.org/D90806.