FastMathFlags were moved to a separate header to make it possible
to use in IR/Constants.h, which otherwise created circular dependency
between IR/Constants.h and IR/Operator.h.
Details
- Reviewers
mehdi_amini hfinkel
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Other/fpenv-constant-fold.ll | ||
---|---|---|
11 | You need to check the operands here as well. |
Some changes are now in D14069, it didn't compile without them. There were too many rebases...
test/Other/fpenv-constant-fold.ll | ||
---|---|---|
11 | Nit: the second {{.*}} seems spurious. Also do you expect the nrnd to be dropped? |
Update test and also one get() invocation, which was changed by mistake (it called itself after this change).
test/Other/fpenv-constant-fold.ll | ||
---|---|---|
11 |
Right, thanks.
No. Initially I wanted to check only for presence of floating-point instructions, but then added arguments as was requested, now changed to check everything. |
You need to check the operands here as well.