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

Kees Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 12:20:07 PDT 2019


kees created this revision.
kees added reviewers: kparzysz, craig.topper.
Herald added subscribers: llvm-commits, jsji, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, atanasyan, edward-jones, zzheng, jrtc27, niosHD, sabuasal, apazos, simoncook, johnrusso, rbar, asb, fedor.sergeev, eraman, javed.absar, nemanjai, sdardis.
Herald added a project: LLVM.

This extends Krzysztof Parzyszek's X86-specific solution to the generic
code pointed out by James Y Knight.


Repository:
  rL LLVM

https://reviews.llvm.org/D60224

Files:
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/AArch64/inline-asm-i-constraint-i1.ll
  test/CodeGen/ARM/inline-asm-i-constraint-i1.ll
  test/CodeGen/Mips/inline-asm-i-constraint-i1.ll
  test/CodeGen/PowerPC/inline-asm-i-constraint-i1.ll
  test/CodeGen/RISCV/inline-asm-i-constraint-i1.ll
  test/CodeGen/SPARC/inline-asm-i-constraint-i1.ll
  test/CodeGen/SystemZ/inline-asm-i-constraint-i1.ll
  test/CodeGen/Thumb/inline-asm-i-constraint-i1.ll
  test/CodeGen/Thumb2/inline-asm-i-constraint-i1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60224.193569.patch
Type: text/x-patch
Size: 6540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190403/79ff4bf4/attachment-0001.bin>


More information about the llvm-commits mailing list