Add support for the ICBT instruction on POWER8.
Support for the ICBT instruction is currently present, but limited to embedded processors. This change adds a new FeatureICBT that can be used to identify whether the ICBT instruction is available on a specific processor.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM.
test/CodeGen/PowerPC/ppc64-icbt-pwr7.ll | ||
---|---|---|
3 | Please add a FIXME to this test. Crashing is not really the correct behavior here, we really should just emit nothing. |
Please add a FIXME to this test. Crashing is not really the correct behavior here, we really should just emit nothing.