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

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 10:41:52 PST 2019


paquette marked 2 inline comments as done.
paquette 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 }
----------------
arsenm wrote:
> You shouldn't need the IR section at all in this test. Maybe a pre-commit to remove this?
Good idea. r353731.


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

https://reviews.llvm.org/D57832





More information about the llvm-commits mailing list