[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
Wed Apr 3 14:13:22 PDT 2019


efriedma added a comment.

What's the alternative?  We can't dictate the behavior of target-specific constraints from target-independent code; some targets actually have boolean registers.


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