[PATCH] D61381: [ARM][CGP] Guard against signext args and sitofp

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 02:47:26 PDT 2019


chill added inline comments.


================
Comment at: test/CodeGen/ARM/CGP/arm-cgp-casts.ll:649
+; CHECK: uxtb
+; CHECK: sxtb
+define float @test_i8_sitofp(i8* %ptr, i8 %arg) {
----------------
Can we check here that the result of `sxtb` is fed to the FP conversion?

(and in the other test too)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61381/new/

https://reviews.llvm.org/D61381





More information about the llvm-commits mailing list