[all-commits] [llvm/llvm-project] 2641c1: [RISCV] Don't custom type legalize fixed vector to...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Apr 6 15:00:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2641c1f15ea53125eb4119af036c60553b30f7bf
      https://github.com/llvm/llvm-project/commit/2641c1f15ea53125eb4119af036c60553b30f7bf
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Don't custom type legalize fixed vector to scalar integer bitcasts if the fixed vector type isn't legal.

We encountered a hang in our internal code base. I'm having trouble
creating a test case because the test that hit it was testing some
code that is not upstream.




More information about the All-commits mailing list