Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This isn't a test for constant pool. Constant pools are generated by when you reference floating point literal in an instruction like fadd %a, 1.0. They are named with symbols containing LCP in assembly.
Comment Actions
These aren't using floating-point constant pools on RV32. Also use nounwind to drop the CFI noise.