Fix bug that leads to some pseudo instructions not being lowered.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I found a bug in RISCV backend. Reproduction: https://godbolt.org/z/qscGYbWvr
This patch fixes it.
llvm/test/CodeGen/RISCV/float-select-verify.ll | ||
---|---|---|
2–3 | ;; instead of NOTE, and use update_llc_test_checks.py. And why mention opt, you're not running opt, you're running llc? |
;; instead of NOTE, and use update_llc_test_checks.py. And why mention opt, you're not running opt, you're running llc?