[PATCH] D60762: [SelectionDAG] Legalize vaargs that require vector splitting

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 05:28:38 PDT 2019


RKSimon requested changes to this revision.
RKSimon added a comment.
This revision now requires changes to proceed.

Building this locally with EXPENSIVE_CHECKS enabled causes a large number of warnings in the x86 test:

  - Bad machine code: Missing mayStore flag ***
- function:    test_large_vec_vaarg
- basic block: %bb.0  (0x25e70f4da58)
- instruction: %11:gr32 = MOV32rm %stack.0.args, 1, $noreg, 0, $noreg :: (load store 8 on %ir.args)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60762





More information about the llvm-commits mailing list