While most dump methods are marked const, some arent marked as
const. Adding const to OpFoldResult here since this was
encountered as an issue while debugging (doing dump within a debug
console threw an error indicating the method should be marked
const).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo