[PATCH] D60224: [TargetLowering] Extend bool args to inline-asm according to getBooleanType

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 14:13:20 PDT 2019


kparzysz added a comment.

The problem is that in some contexts the explicit sign- or zero-extension may be deliberate, regardless of how boolean values are represented in wider types.  Other than delegating that to the target experts, I don't know how to address that.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60224





More information about the llvm-commits mailing list