Change builtin function name and signature ( add third parameter - rounding mode ).
Added tests for intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
One small fix, LGTM
lib/Transforms/Instrumentation/MemorySanitizer.cpp | ||
---|---|---|
2026 ↗ | (On Diff #27749) | it should be const int. Please check it with cast: assert (isa<ConstantSDNode>(I.getArgOperand(2)) && .. |