Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is this the right thing to do? What happens if we have arith.addf %0, %1 : f8, does it get converted to llvm.fadd i8 that will assert later on translation? In any case this needs a test.