[PATCH] D103668: [PowerPC] Implement trap and conversion builtins for XL compatibility
Albion Fung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 7 12:57:21 PDT 2021
Conanap 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
----------------
nemanjai wrote:
> Where are the aliases `twnei` and `tdnei` coming from? You don't seem to add them.
it should be from the trap extend mnemonics
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