[PATCH] D151534: [RISCV] Add more tests in zdinx-boundary-check.ll

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 22:03:32 PDT 2023


craig.topper requested changes to this revision.
craig.topper added a comment.
This revision now requires changes to proceed.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151534/new/

https://reviews.llvm.org/D151534



More information about the llvm-commits mailing list