[PATCH] D103668: [PowerPC] Implement trap and conversion builtins for XL compatibility
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 7 12:03:30 PDT 2021
nemanjai added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-trap.ll:135
+; CHECK: # %bb.0:
+; CHECK-NEXT: twnei 3, 0
+; CHECK-NEXT: blr
----------------
Where are the aliases `twnei` and `tdnei` coming from? You don't seem to add them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103668/new/
https://reviews.llvm.org/D103668
More information about the cfe-commits
mailing list