Handle llvm.ppc.cfence on f64 and f32 values bitcasted from integer values.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127563
[PowerPC] Fix llvm.ppc.cfence on float point types AbandonedPublic Authored by lkail on Jun 10 2022, 11:57 PM.
Details
Diff Detail
Event Timelinelkail added a parent revision: D127554: [PowerPC] Allow llvm.ppc.cfence to accept pointer types.Jun 10 2022, 11:58 PM This revision is now accepted and ready to land.Jun 16 2022, 9:32 PM
Revision Contents
Diff 436119 llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/cfence-double.ll
llvm/test/CodeGen/PowerPC/cfence-float.ll
llvm/test/Transforms/AtomicExpand/PowerPC/cfence-float.ll
|