[PATCH] D57832: [AArch64][GlobalISe] Add isel support for a couple vector exts/truncs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 10:33:31 PST 2019


arsenm added inline comments.


================
Comment at: test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir:5-7
   target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
 
   define void @fptrunc_s16_s32_fpr() { ret void }
----------------
You shouldn't need the IR section at all in this test. Maybe a pre-commit to remove this?


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

https://reviews.llvm.org/D57832





More information about the llvm-commits mailing list