Details
Details
- Reviewers
• tstellarAMD jlebar escha resistor
Diff Detail
Diff Detail
Event Timeline
test/Transforms/LoadStoreVectorizer/AMDGPU/optnone.ll | ||
---|---|---|
12 | Nit, If you're paranoid, consider having a test right here that ensures that a non-optnone function with the same body gets vectorized. You never know. :) |
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | ||
---|---|---|
158 | I would recommend to make skipFunction() the first thing in runOnFunction(). Otherwise I am not sure about the effects on opt bisection when the number of calls to skipFunction() depends on the number of NoImplicitFloat attributes in the IR... |
I would recommend to make skipFunction() the first thing in runOnFunction(). Otherwise I am not sure about the effects on opt bisection when the number of calls to skipFunction() depends on the number of NoImplicitFloat attributes in the IR...