[all-commits] [llvm/llvm-project] 0a692b: [LoongArch] Fix incorrect instruction 'and' in pat...

Lu Weining via All-commits all-commits at lists.llvm.org
Fri Sep 15 01:16:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a692b6b9632e1460f9e0e983196f2be5879acd1
      https://github.com/llvm/llvm-project/commit/0a692b6b9632e1460f9e0e983196f2be5879acd1
  Author: Weining Lu <luweining at loongson.cn>
  Date:   2023-09-15 (Fri, 15 Sep 2023)

  Changed paths:
    M llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
    M llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
    M llvm/test/CodeGen/LoongArch/is_fpclass_f32.ll
    M llvm/test/CodeGen/LoongArch/is_fpclass_f64.ll

  Log Message:
  -----------
  [LoongArch] Fix incorrect instruction 'and' in pattern

It should be `andi`, but not `and`.

Address buildbot failure:
https://lab.llvm.org/buildbot/#/builders/42/builds/11634




More information about the All-commits mailing list