[PATCH] D31383: [inline asm] "=i" output constraint support - gcc compatiblity

Florian Berchtold via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 30 04:48:48 PDT 2020


blackliner added a comment.

I am getting errors with clang-tidy, is this the right place to ask for those additional constraints?

CUDA allows a few more output constraints --> https://docs.nvidia.com/cuda/inline-ptx-assembly/index.html#constraints

  1.1.2. Constraints
  There is a separate constraint letter for each PTX register type:
  
  "h" = .u16 reg
  "r" = .u32 reg
  "l" = .u64 reg
  "f" = .f32 reg
  "d" = .f64 reg


Repository:
  rL LLVM

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

https://reviews.llvm.org/D31383



More information about the cfe-commits mailing list