[PATCH] D78662: [builtins] Support architectures with 16-bit int

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 14:34:24 PDT 2020


efriedma added a comment.

> Interesting, where did you find this?

I was trying with msp430; I had trouble getting a testcase to build with AVR (I forget why).  I guess AVR actually behaves differently: it doesn't respect "zeroext" markings on arguments, unlike most targets.

Given that, there's probably a bug we need to fix, in either the AVR backend or type legalization.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78662





More information about the llvm-commits mailing list