I'm not sure if InstructionsTest.cpp is the correct place for this test, but it seems like the best fit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/include/llvm/IR/InstrTypes.h | ||
---|---|---|
168 ↗ | (On Diff #202297) | Sorry, I missed this on 1st glance: we should be passing the "Name" parameter through here. |
llvm/include/llvm/IR/InstrTypes.h | ||
---|---|---|
168 ↗ | (On Diff #202297) | Good catch. I copied that from BinaryOperator::CreateFNegFMF(...). I'll update both if there are no objections. |
llvm/include/llvm/IR/InstrTypes.h | ||
---|---|---|
168 ↗ | (On Diff #202297) | Yes, please fix both. |