[PATCH] D74594: [AMDGPU] Fix some tests that did not specify -mcpu
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 01:45:49 PST 2020
tpr created this revision.
Herald added subscribers: llvm-commits, kerbowa, t-tye, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
This fixes some tests that did not specify -mcpu. Doing that disables
all subtarget features, which gives behavior that (a) does not
necessarily correspond to any actual target, and (b) can change as we
add new subtarget features.
Change-Id: I8c0fe4fa03e9a93ef8bb722cd42d22e064526309
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74594
Files:
llvm/test/CodeGen/AMDGPU/clamp-modifier.ll
llvm/test/CodeGen/AMDGPU/divrem24-assume.ll
llvm/test/CodeGen/AMDGPU/fadd-fma-fmul-combine.ll
llvm/test/CodeGen/AMDGPU/frem.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.memtime.ll
llvm/test/CodeGen/AMDGPU/madmk.ll
llvm/test/CodeGen/AMDGPU/omod.ll
llvm/test/CodeGen/AMDGPU/operand-folding.ll
llvm/test/CodeGen/AMDGPU/sdiv.ll
llvm/test/CodeGen/AMDGPU/sdiv64.ll
llvm/test/CodeGen/AMDGPU/srem64.ll
llvm/test/CodeGen/AMDGPU/udiv64.ll
llvm/test/CodeGen/AMDGPU/urem64.ll
llvm/test/CodeGen/AMDGPU/v_mac.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74594.244588.patch
Type: text/x-patch
Size: 356063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200214/9ea99945/attachment-0001.bin>
More information about the llvm-commits
mailing list