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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 11:45:11 PDT 2019


efriedma added a comment.

What are you trying to do?  We aren't going to change a fundamental APInt operation to return the wrong result for the sake of inline asm.  The proposal was to centralize the bool processing for inline asm, specifically.


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