This fixes a crasher introduced by r372338.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 38313 Build 38312: arc lint + arc unit
Event Timeline
Comment Actions
The x86isellowering change is great, see if you can't remove some of the branches before committing?
Comment Actions
In the description of the git commit:
Tags: #llvm Differential Revision: https://reviews.llvm.org/D67785 Tighten up the test case. <---- stray comment
(I usually also delete the Subscribers: and Tags: #llvm lines before committing. I feel they just occupy space.)
llvm/trunk/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll | ||
---|---|---|
3 ↗ | (On Diff #220935) | The test file needs a lot of improvement - its missing a RUN line so isn't actually tested, most of the attributes/metadata can probably be ditched, and surely it should be in test/CodeGen/X86/GlobalIsel ? |
This can be removed.