[all-commits] [llvm/llvm-project] 5e1f5f: [RISCV] Fix the float value to test constantpool l...

Jim Lin via All-commits all-commits at lists.llvm.org
Mon Sep 25 18:07:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e1f5f4720fc1cfaf344003f81b662ee2323ec85
      https://github.com/llvm/llvm-project/commit/5e1f5f4720fc1cfaf344003f81b662ee2323ec85
  Author: Jim Lin <jim at andestech.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M llvm/test/CodeGen/RISCV/codemodel-lowering.ll

  Log Message:
  -----------
  [RISCV] Fix the float value to test constantpool lowering under differe… (#67297)

After https://reviews.llvm.org/D142953, the float value 1.0 can be
optimized as lui+fmv.w.x. But this test aims to test the constantpool
lowering under different code model. Fix the float value to cannot be
optimized to lui+fmv.w.x .




More information about the All-commits mailing list