[PATCH] D103668: [PowerPC] Implement trap and conversion builtins for XL compatibility
Albion Fung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 8 07:03:00 PDT 2021
Conanap added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-trap-64bit-only.ll:41
+; CHECK: # %bb.0:
+; CHECK-NEXT: td 5, 3, 4
+; CHECK-NEXT: blr
----------------
NeHuang wrote:
> seems the InstAlias defined for `td` and `tw` not working as expected
>
after discussion with Nemanja, we'll leave out the inst alias as that is a very low priority fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103668/new/
https://reviews.llvm.org/D103668
More information about the llvm-commits
mailing list