[PATCH] D61812: [AMDGPU] Fixed handling of imemdiate i1 literals

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 07:22:10 PDT 2019


nhaehnle added a comment.

Why does this return false? A 1-bit immediate is either 0 or -1, both of which can be represented as inline constants everywhere.


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

https://reviews.llvm.org/D61812





More information about the llvm-commits mailing list