[PATCH] D58804: AMDGPU/GlobalISel: Implement select for 32-bit G_ADD

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 19:34:18 PDT 2019


tstellar marked 3 inline comments as done.
tstellar added inline comments.


================
Comment at: test/CodeGen/AMDGPU/GlobalISel/inst-select-add.mir:40
+
+...
----------------
arsenm wrote:
> 64-bit scalar at least looks like is already handled that should have a test here
Where did you see this?  I tried to add the test, but it complained that 64-bit G_ADD was not legal.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58804





More information about the llvm-commits mailing list