[PATCH] D154114: [SLP] Provide an universal interface for FixedVectorType::get. NFC.

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 21:49:18 PDT 2023


aeubanks reopened this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.

this causes crashes on

  $ /tmp/a.ll
  target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
  target triple = "x86_64-unknown-linux-gnu"
  
  define void @f() {
  entry:
    %cmp.i.i.i = fcmp olt x86_fp80 0xK00000000000000000000, 0xK00000000000000000000
    %cmp.i6.i.i = fcmp olt x86_fp80 0xK00000000000000000000, 0xK00000000000000000000
    ret void
  }
  $ opt -p slp-vectorizer -disable-output /tmp/a.ll

I've reverted this for now


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154114



More information about the llvm-commits mailing list